Lines Matching refs:gbc

127     GridBagConstraints gbc = new GridBagConstraints();
128 gbc.gridx = 0;
129 gbc.gridy = 0;
130 gbc.weightx = 0.0;
131 gbc.weighty = 0.0;
132 gbc.gridwidth = 1;
133 gbc.gridheight = 1;
134 gbc.fill = GridBagConstraints.HORIZONTAL;
135 gbc.anchor = GridBagConstraints.WEST;
139 add(availableLabel, gbc);
140 gbc.gridx = 2;
143 add(selectedLabel1, gbc);
144 gbc.gridy ++;
217 gbc.weighty = 1.0;
218 gbc.weightx = 1.0;
219 gbc.gridheight = 7;
223 gbc.gridheight += 2;
229 gbc.gridheight += 2;
231 int listGridY = gbc.gridy;
232 gbc.gridx = 0;
233 gbc.insets.top = 5;
235 gbc.fill = GridBagConstraints.BOTH;
236 add(availableScroll, gbc);
238 gbc.gridx = 1;
239 gbc.gridheight = 1;
240 gbc.weightx = 0.0;
241 gbc.weighty = 0.0;
242 gbc.fill = GridBagConstraints.HORIZONTAL;
253 gbc.insets = new Insets(5, 5, 0, 5);
254 add(add1, gbc);
269 gbc.gridy ++;
270 add(addAll1, gbc);
283 gbc.gridy ++;
284 gbc.insets.top = 10;
285 add(remove1, gbc);
301 gbc.gridy ++;
302 gbc.insets.top = 5;
303 add(removeAll1, gbc);
307 gbc.weighty = 1.0;
308 gbc.insets = new Insets(0, 0, 0, 0);
309 gbc.gridy ++;
310 gbc.gridheight = 1;
311 gbc.fill = GridBagConstraints.VERTICAL;
312 add(Box.createVerticalGlue(), gbc);
314 gbc.gridy += 2;
315 gbc.gridx = 1;
316 gbc.gridheight = 1;
317 gbc.weightx = 0.0;
318 gbc.weighty = 0.0;
319 gbc.fill = GridBagConstraints.HORIZONTAL;
330 gbc.insets = new Insets(5, 5, 0, 5);
331 add(add2, gbc);
347 gbc.gridy ++;
348 add(addAll2, gbc);
362 gbc.gridy ++;
363 gbc.insets.top = 10;
364 add(remove2, gbc);
380 gbc.gridy ++;
381 gbc.insets.top = 5;
382 add(removeAll2, gbc);
386 gbc.weighty = 1.0;
387 gbc.insets = new Insets(0, 0, 0, 0);
388 gbc.gridy ++;
389 gbc.gridheight = 1;
390 gbc.fill = GridBagConstraints.VERTICAL;
391 add(Box.createVerticalGlue(), gbc);
393 gbc.weightx = 1.0;
394 gbc.insets = new Insets(5, 0, 0, 0);
395 gbc.gridheight = 3;
399 gbc.gridheight ++;
404 gbc.gridheight ++;
406 gbc.gridy = listGridY;
407 gbc.gridx = 2;
408 gbc.fill = GridBagConstraints.BOTH;
410 gbc.weighty = 1.0;
411 add(selectedScroll1, gbc);
413 gbc.gridy += gbc.gridheight;
414 gbc.gridheight = 1;
415 gbc.weighty = 0.0;
416 gbc.insets.top = 10;
417 gbc.fill = GridBagConstraints.HORIZONTAL;
420 add(selectedLabel2, gbc);
422 gbc.weightx = 1.0;
423 gbc.insets = new Insets(5, 0, 0, 0);
424 gbc.gridheight = 3;
428 gbc.gridheight ++;
433 gbc.gridheight ++;
435 gbc.gridy ++;
436 gbc.fill = GridBagConstraints.BOTH;
438 gbc.weighty = 1.0;
439 add(selectedScroll2, gbc);