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

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java1857 private JComboBox cbSize, cbSource; field in class:ServiceDialog.MediaPanel
1872 cbSource = new JComboBox();
1891 lblSource.setLabelFor(cbSource);
1894 addToGB(cbSource, this, gridbag, c);
1918 if ((cbSource.getItemCount() > 1) &&
1919 (cbSource.getSelectedIndex() >= 1))
1921 int src = cbSource.getSelectedIndex() - 1;
1927 } else if (source == cbSource) {
1928 int index = cbSource.getSelectedIndex();
1975 cbSource
[all...]

Completed in 32 milliseconds