| GridBagLayout: Direction of Addition (3) | |
|---|
import java.awt.*;
public class GridBagDirection extends Frame {
Button btn1, btn2, btn3,
btn4, btn5, btn6;
GridBagLayout gridbag;
GridBagConstraints c;
public static void main(String argv[])
{
new GridBagDirection();
}
| Slide 72 | ©Copyright 1997 | Jan Newmarch |