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

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java711 private JLabel lblType, lblStatus, lblInfo; field in class:ServiceDialog.PrintServicePanel
763 lblInfo = new JLabel();
764 lblInfo.setLabelFor(null);
766 addToGB(lblInfo, this, gridbag, c);
931 lblInfo.setText(info.toString());

Completed in 27 milliseconds