src/share/classes/sun/awt/AWTAccessor.java

Print this page

        

*** 479,493 **** * Sets the appContext of the menu component. */ void setAppContext(MenuComponent menuComp, AppContext appContext); /** ! * Returns the menu container of the menu component */ MenuContainer getParent(MenuComponent menuComp); /** * Gets the font used for this menu component. */ Font getFont_NoClientCode(MenuComponent menuComp); } --- 479,498 ---- * Sets the appContext of the menu component. */ void setAppContext(MenuComponent menuComp, AppContext appContext); /** ! * Returns the menu container of the menu component. */ MenuContainer getParent(MenuComponent menuComp); /** + * Sets the menu container of the menu component. + */ + void setParent(MenuComponent menuComp, MenuContainer menuContainer); + + /** * Gets the font used for this menu component. */ Font getFont_NoClientCode(MenuComponent menuComp); }