Tagged Questions
0
votes
2answers
443 views
What are the parameters for a GridLayout?
private static final GridLayout layout = new GridLayout( 3, 1, 1, 0 );
in this line of code what do the numbers represent and how do you use them to arrange the checkboxes and buttons in the window?
...