| GridBagLayout | |
|---|
GridBagLayout gridbag =
new GridBagLayout();
Button btn = new Button("Hello");
GridBagConstraints c =
new GridBagConstraints();
// set values in c ...
gridbag.setConstraints(btn, c);
| Slide 69 | ©Copyright 1997 | Jan Newmarch |