Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created February 25, 2015 12:36
Show Gist options
  • Save codenameone/7730831b604cb3923951 to your computer and use it in GitHub Desktop.
Save codenameone/7730831b604cb3923951 to your computer and use it in GitHub Desktop.
class MyForm extends Form {
public MyForm() {
super("Rectangle Rotations");
for ( int i=0; i< 10; i++ ){
this.addComponent(new RectangleComponent());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment