Hello,
I want to create an array of JButtons with the GUI Builder (not actually writing the code, but drawing it). I can only figure out how to change the name of the element, not add it to an array.
Thanks.
Hello,
I want to create an array of JButtons with the GUI Builder (not actually writing the code, but drawing it). I can only figure out how to change the name of the element, not add it to an array.
Thanks.
I think you'll find doing much "programmatically" will go beyond most GUI builders, other than for specific programmed-for exceptions.
Even i am trying to make an array of all the JTextFields from amongst all the components present but i m unable to do so... Could anyone provide some light on how to do that?