< prev index next >

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

Print this page

        

*** 326,335 **** --- 326,336 ---- * This method is part of the Java&nbsp;1.0 event system * and it is maintained only for backwards compatibility. * Its use is discouraged, and it may not be supported * in the future. * @param evt the event which is to take place + * @return unconditionally returns false * @deprecated As of JDK version 1.1, replaced by {@link * #dispatchEvent(AWTEvent) dispatchEvent}. */ @Deprecated public boolean postEvent(Event evt) {
< prev index next >