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

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java1856 private JLabel lblSize, lblSource; field in class:ServiceDialog.MediaPanel
1889 lblSource = new JLabel(getMsg("label.source"), JLabel.TRAILING);
1890 lblSource.setDisplayedMnemonic(getMnemonic("label.source"));
1891 lblSource.setLabelFor(cbSource);
1892 addToGB(lblSource, this, gridbag, c);
2013 lblSource.setEnabled(false);

Completed in 27 milliseconds