Lines Matching defs:label
213 JLabel label = new JLabel(title);
218 group.add(label, c);
755 * It consists of a slider and a label which shows the current value.
762 protected JLabel label; // Shows current value.
779 c.weightx = .2; // Give less weight to value label.
780 label = new JLabel("00", SwingConstants.RIGHT);
781 add(label, c);
799 label.setText(String.valueOf(val));
814 label.setText(String.valueOf(val[0]));
829 private NumberFormat format; // For printing label.
856 label.setText(format.format(optMM ?
873 label.setText(format.format(optMM ?