home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap22 / lst22_9.txt < prev    next >
Text File  |  1996-03-06  |  147b  |  6 lines

  1. constraints.gridwidth = GridBagConstraints.REMAINDER;
  2. constraints.gridheight = 1;
  3. layout.setConstraints(button8, constraints);
  4. add(button8);
  5.  
  6.