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

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

@@ -47,10 +47,11 @@
 
 /**
  * A collection of utility methods for Swing.
  *
  * @author unknown
+ * @since 1.2
  */
 public class SwingUtilities implements SwingConstants
 {
     // These states are system-wide, rather than AppContext wide.
     private static boolean canAccessEventQueue = false;