Lines Matching refs:contentPane
45 * The {@code contentPane} should be the parent of any children of the
49 * {@code contentPane} as necessary. This means you can write:
53 * And the child will be added to the contentPane.
54 * The {@code contentPane} is always non-{@code null}.
56 * The default {@code contentPane} has a {@code BorderLayout}
63 * description of the {@code contentPane}, {@code glassPane},
119 * will be forwarded to the {@code contentPane}. This is initially
668 // work the contentPane must be opaque, therefor the RootPane can
862 * {@code setLayout} are forwarded to the {@code contentPane}.
879 * {@code setLayout} are forwarded to the {@code contentPane}.
900 * {@code contentPane}.
901 * By default, children are added to the {@code contentPane} instead
929 * the call to the {@code contentPane}. This will do nothing if
931 * {@code contentPane}.
950 * {@code contentPane}.
1010 * Returns the {@code contentPane} object for this dialog.
1012 * @return the {@code contentPane} property
1023 * Sets the {@code contentPane} property.
1032 * @param contentPane the {@code contentPane} object for this dialog
1044 public void setContentPane(Container contentPane) {
1045 getRootPane().setContentPane(contentPane);