Searched refs:noteLabel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java87 private JLabel noteLabel; field in class:ProgressMonitor
288 if (note != null) noteLabel = new JLabel(note);
290 noteLabel,
438 if (noteLabel != null) {
439 noteLabel.setText(note);
557 if (noteLabel != null) {
558 noteLabel.addPropertyChangeListener(this);
590 if (e.getSource() == noteLabel && e.getPropertyName() == "text") {
844 if (noteLabel != null) {
847 return noteLabel
[all...]

Completed in 55 milliseconds