Lines Matching defs:contentPane
44 * as its only child. The <code>contentPane</code> should be the parent
48 * <code>contentPane</code> as necessary. This means you can write:
52 * And the child will be added to the contentPane.
53 * The <code>contentPane</code> will always be non-<code>null</code>.
55 * to throw an exception. The default <code>contentPane</code> will have a
62 * the <code>contentPane</code>, <code>glassPane</code>, and
98 * <code>contentPane</code>
109 * will be forwarded to the <code>contentPane</code>. This is initially
277 // work the contentPane must be opaque, therefor the RootPane can
285 * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
364 * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
386 * <code>contentPane</code>.
387 * By default, children are added to the <code>contentPane</code> instead
415 * the call to the <code>contentPane</code>. This will do nothing if
417 * <code>contentPane</code>.
436 * <code>contentPane</code>.
496 * Returns the <code>Container</code> which is the <code>contentPane</code>
499 * @return the <code>contentPane</code> property
508 * Sets the <code>contentPane</code> property for this window.
511 * @param contentPane the new <code>contentPane</code>
523 public void setContentPane(Container contentPane) {
524 getRootPane().setContentPane(contentPane);