View Single Post
  #1 (permalink)  
Old 08-06-2007, 12:35 AM
mathias mathias is offline
Member
 
Join Date: Jul 2007
Posts: 40
mathias is on a distinguished road
Help with KeyListener in applet
Hi, I am making an applet that requires i implement Runnable as well as KeyListener...
Is it possible to go something like:
Code:
class Whatever implements Runnable implements KeyListener{
Thanks
Reply With Quote
Sponsored Links