Lines Matching defs:contentPane
55 * <code>contentPane</code> as necessary. This means you can write:
59 * And the child will be added to the contentPane.
145 * <code>contentPane</code>
156 * will be forwarded to the <code>contentPane</code>. This is initially
280 // work the contentPane must be opaque, therefor the RootPane can
504 * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
521 * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
543 * <code>contentPane</code>.
544 * By default, children are added to the <code>contentPane</code> instead
572 * the call to the <code>contentPane</code>. This will do nothing if
574 * <code>contentPane</code>.
593 * <code>contentPane</code>.
660 * Returns the <code>contentPane</code> object for this frame.
661 * @return the <code>contentPane</code> property
671 * Sets the <code>contentPane</code> property.
679 * @param contentPane the <code>contentPane</code> object for this frame
692 public void setContentPane(Container contentPane) {
693 getRootPane().setContentPane(contentPane);