Lines Matching defs:group
210 private void addLabeledOption(JPanel group, String title, Component opt,
218 group.add(label, c);
222 group.add(opt, c);
230 JPanel group = null;
269 group = new JPanel(new GridBagLayout());
273 add(group, c);
274 group.setBorder(new TitledBorder(title));
283 if (group != null)
284 group.add(cbox, c);
300 addLabeledOption(group, title, slider, c);
307 addLabeledOption(group, title, list, c);
324 addLabeledOption(group, title, slider, c);
331 addLabeledOption(group, title, list, c);
344 addLabeledOption(group, title, list, c);
350 addLabeledOption(group, title, tfield, c);
361 group.add(btn, c);