jdk/src/share/classes/javax/swing/JApplet.java
changeset 21278 ef8a3a2a72f2
parent 21255 0afb44cd0215
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   255     /**
   255     /**
   256      * Returns whether calls to <code>add</code> and
   256      * Returns whether calls to <code>add</code> and
   257      * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
   257      * <code>setLayout</code> are forwarded to the <code>contentPane</code>.
   258      *
   258      *
   259      * @return true if <code>add</code> and <code>setLayout</code>
   259      * @return true if <code>add</code> and <code>setLayout</code>
   260      *         are fowarded; false otherwise
   260      *         are forwarded; false otherwise
   261      *
   261      *
   262      * @see #addImpl
   262      * @see #addImpl
   263      * @see #setLayout
   263      * @see #setLayout
   264      * @see #setRootPaneCheckingEnabled
   264      * @see #setRootPaneCheckingEnabled
   265      * @see javax.swing.RootPaneContainer
   265      * @see javax.swing.RootPaneContainer