home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap22
/
lst22_2.txt
< prev
next >
Wrap
Text File
|
1996-02-29
|
236b
|
11 lines
FlowLayout layout =
new FlowLayout(FlowLayout.LEFT, 10, 10);
setLayout(layout);
button1 = new Button("Button1");
button2 = new Button("Button2");
button3 = new Button("Button3");
add(button1);
add(button2);
add(button3);