Searched defs:gbc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DVectorParams.java125 private static void tryBadWrite(GatheringByteChannel gbc, argument
130 gbc.write(bufs, offset, len);
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java180 GridBagConstraints gbc = new GridBagConstraints();
181 gbc.fill = GridBagConstraints.HORIZONTAL;
182 gbc.weightx = 1;
183 gbc.insets = new Insets( 2, 0, 2, 2 );
186 addLabeledComponentToGBL( "Font: ", fontMenu, gbl, gbc, this );
187 addLabeledComponentToGBL( "Size: ", sizeField, gbl, gbc, this );
188 gbc.gridwidth = GridBagConstraints.REMAINDER;
190 transformMenu, gbl, gbc, this );
191 gbc.gridwidth = 1;
193 addLabeledComponentToGBL( "Range: ", rm, gbl, gbc, thi
239 addLabeledComponentToGBL( String name, JComponent c, GridBagLayout gbl, GridBagConstraints gbc, Container target ) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java79 GridBagConstraints gbc; field in class:XFileDialogPeer
159 gbc = new GridBagConstraints();
194 addComponent(label, gbl, gbc, 0, 0, 1,
213 //addComponent(pathField, gbl, gbc, 0, 1, 2,
216 //addComponent(pathChoice, gbl, gbc, 1, 1, GridBagConstraints.RELATIVE,
219 addComponent(pathPanel, gbl, gbc, 0, 1, 2,
228 addComponent(label, gbl, gbc, 0, 2, 1,
231 addComponent(filterField, gbl, gbc, 0, 3, 2,
238 addComponent(label, gbl, gbc, 0, 4, 1,
245 addComponent(label, gbl, gbc,
[all...]

Completed in 32 milliseconds