Lines Matching defs:contentPane
47 * <code>JRootPane</code> as its only child. The <code>contentPane</code>
51 * <code>contentPane</code> as necessary. This means you can write:
56 * And the child will be added to the <code>contentPane</code>.
57 * The <code>contentPane</code> will always be non-<code>null</code>.
60 * <code>contentPane</code> will have a <code>BorderLayout</code>
67 * complete description of the <code>contentPane</code>, <code>glassPane</code>,
104 * will be forwarded to the <code>contentPane</code>. This is initially
163 // work the contentPane must be opaque, therefor the RootPane can
256 * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
273 * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
295 * <code>contentPane</code>.
296 * By default, children are added to the <code>contentPane</code> instead
324 * the call to the <code>contentPane</code>. This will do nothing if
326 * <code>contentPane</code>.
345 * <code>contentPane</code>.
403 * Returns the contentPane object for this applet.
413 * Sets the contentPane property. This method is called by the constructor.
414 * @param contentPane the contentPane object for this applet
426 public void setContentPane(Container contentPane) {
427 getRootPane().setContentPane(contentPane);