Lines Matching defs:contentPane
53 * <code>contentPane</code>. This means you can call:
68 * forwarded to the <code>contentPane</code>; if false, these
96 * The "contentPane" is the primary container for application
98 * the contentPane, set its layout manager, and so on.
100 * The contentPane may not be null.
103 * <code>getRootPane().setContentPane(contentPane);</code>
107 * @param contentPane the Container to use for the contents of this
112 void setContentPane(Container contentPane);
116 * Returns the contentPane.
118 * @return the value of the contentPane property.
125 * A Container that manages the contentPane and in some cases a menu bar.