[5610] in java-interest
MenuBar Event Handling
daemon@ATHENA.MIT.EDU (Raymond Davis)
Mon Feb 19 07:16:29 1996
Date: Fri, 16 Feb 96 10:55:04 -0500
From: Raymond Davis <rdavis@Census.GOV>
To: java-interest@java.sun.com
I am trying to have a "handelEvent" occur when a MenuBar is selected. I can get it
to work when a "MenuItem" is selected, but I have know way of knowing which
"MenuBar" it came from. I tried the following code with no luck:
public boolean handleEvent(Event evt) {
if ((evt.id == Event.ACTION_EVENT))
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com