ErikButler
MIS
I have a little problem and was hoping that someone in the community could help. I am fairly new to JAVA and having and issue with EVENT HANDLINLG
I need to be able to listen for both KeyEvents and MouseEvents
i have this working
public class assignment extends JFrame implements KeyListener // have tried EventListener and did not work
but it will only handle key events
some insight would be grealy appreciated Thanks
Erik Butler
2000 MCSE
erikbutler@centurytel.net
I need to be able to listen for both KeyEvents and MouseEvents
i have this working
public class assignment extends JFrame implements KeyListener // have tried EventListener and did not work
but it will only handle key events
some insight would be grealy appreciated Thanks
Erik Butler
2000 MCSE
erikbutler@centurytel.net