Skip to content

Instantly share code, notes, and snippets.

@anymaniax
Created May 26, 2016 13:58
Show Gist options
  • Save anymaniax/a1efc0f5687bcd25ed1740996f493e2f to your computer and use it in GitHub Desktop.
Save anymaniax/a1efc0f5687bcd25ed1740996f493e2f to your computer and use it in GitHub Desktop.
GridLayout experimentLayout = new GridLayout (3 ,3) ;
compsToExperiment . setLayout ( experimentLayout ) ;
compsToExperiment.add(new JButton("1"));
compsToExperiment.add(new JButton("2"));
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment