Lines Matching refs:JRootPane
43 * The {@code JDialog} component contains a {@code JRootPane}
62 * Please see the {@code JRootPane} documentation for a complete
85 * @see JRootPane
115 protected JRootPane rootPane;
654 getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
664 protected JRootPane createRootPane() {
665 JRootPane rp = new JRootPane();
974 public JRootPane getRootPane() {
991 protected void setRootPane(JRootPane root) {
1030 * @see JRootPane
1156 * dialog.getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);