home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap22
/
lst22_9.txt
< prev
next >
Wrap
Text File
|
1996-03-06
|
147b
|
6 lines
constraints.gridwidth = GridBagConstraints.REMAINDER;
constraints.gridheight = 1;
layout.setConstraints(button8, constraints);
add(button8);