< prev index next >

src/java.desktop/share/classes/java/awt/MenuComponent.java

Print this page

        

*** 468,478 **** * * MenuComponent will contain all of the methods in interface Accessible, * though it won't actually implement the interface - that will be up * to the individual objects which extend MenuComponent. */ ! AccessibleContext accessibleContext = null; /** * Gets the {@code AccessibleContext} associated with * this {@code MenuComponent}. --- 468,478 ---- * * MenuComponent will contain all of the methods in interface Accessible, * though it won't actually implement the interface - that will be up * to the individual objects which extend MenuComponent. */ ! @SuppressWarnings("serial") // Not statically typed as Serializable AccessibleContext accessibleContext = null; /** * Gets the {@code AccessibleContext} associated with * this {@code MenuComponent}.
< prev index next >