Lines Matching defs:title
210 private void addLabeledOption(JPanel group, String title, Component opt,
213 JLabel label = new JLabel(title);
255 System.out.println("Option title: " + opt.title);
259 String title; // Set up title.
261 title = opt.title;
263 title = opt.title + " [" +
274 group.setBorder(new TitledBorder(title));
278 SaneCheckBox cbox = new SaneCheckBox(opt.title,
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);
360 JButton btn = new SaneButton(title, this, i, opt.desc);
719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip)
721 super(title, false);
893 public SaneButton(String title, Jscanimage dlg, int opt, String tip)
895 super(title);