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

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

*** 34,43 **** --- 34,44 ---- /** * A MenuSelectionManager owns the selection in menu hierarchy. * * @author Arnaud Weber + * @since 1.2 */ public class MenuSelectionManager { private Vector<MenuElement> selection = new Vector<MenuElement>(); /* diagnostic aids -- should be false for production builds. */