jdk/src/share/classes/javax/swing/JInternalFrame.java
changeset 21278 ef8a3a2a72f2
parent 21255 0afb44cd0215
child 21982 fd6e5fe509df
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   444     /**
   444     /**
   445      * Returns whether calls to <code>add</code> and
   445      * Returns whether calls to <code>add</code> and
   446      * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
   446      * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
   447      *
   447      *
   448      * @return true if <code>add</code> and <code>setLayout</code>
   448      * @return true if <code>add</code> and <code>setLayout</code>
   449      *         are fowarded; false otherwise
   449      *         are forwarded; false otherwise
   450      *
   450      *
   451      * @see #addImpl
   451      * @see #addImpl
   452      * @see #setLayout
   452      * @see #setLayout
   453      * @see #setRootPaneCheckingEnabled
   453      * @see #setRootPaneCheckingEnabled
   454      * @see javax.swing.RootPaneContainer
   454      * @see javax.swing.RootPaneContainer