< prev index next >

src/java.desktop/share/classes/java/awt/peer/PopupMenuPeer.java

Print this page

        

*** 44,50 **** --- 44,51 ---- * @param e a synthetic event describing the origin and location of the * popup menu * * @see PopupMenu#show(java.awt.Component, int, int) */ + @SuppressWarnings("deprecation") void show(Event e); }
< prev index next >