I would like to use button1.setText("test"); multiple times without repeating the .setText("test"); for every button. something like this button1, button2, button3.setText("test");
Is this a normal question or am i just lazy.
(sorry for my english)