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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodJFrame.java52 this.getRootPane().setWindowDecorationStyle(JRootPane.NONE);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDialog.java654 getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
1156 * dialog.getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
H A DJFrame.java266 getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
801 * frame.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
H A DJColorChooser.java711 getRootPane().setWindowDecorationStyle(JRootPane.COLOR_CHOOSER_DIALOG);
H A DJRootPane.java393 * @see #setWindowDecorationStyle
437 public void setWindowDecorationStyle(int windowDecorationStyle) { method in class:JRootPane
H A DJFileChooser.java801 dialog.getRootPane().setWindowDecorationStyle(JRootPane.FILE_CHOOSER_DIALOG);
H A DJOptionPane.java984 getRootPane().setWindowDecorationStyle(style);

Completed in 1016 milliseconds