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

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java2092 rbRevPortrait, rbRevLandscape; field in class:ServiceDialog.OrientationPanel
2125 rbRevLandscape = new IconRadioButton("radiobutton.revlandscape",
2128 rbRevLandscape.addActionListener(this);
2129 addToGB(rbRevLandscape, this, gridbag, c);
2141 } else if (rbRevLandscape.isSameAs(source)) {
2196 rbRevLandscape.setEnabled(rlSupported);
2234 rbRevLandscape.setSelected(true);

Completed in 26 milliseconds