src/share/classes/javax/swing/JInternalFrame.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

@@ -102,10 +102,11 @@
  * @see JRootPane
  * @see javax.swing.RootPaneContainer
  *
  * @author David Kloba
  * @author Rich Schiavi
+ * @since 1.2
  * @beaninfo
  *      attribute: isContainer true
  *      attribute: containerDelegate getContentPane
  *      description: A frame container which is contained within
  *                   another window.