my dog learned polymorphism
The moose likes Applets and the fly likes Multiple Instances of an applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Multiple Instances of an applet" Watch "Multiple Instances of an applet" New topic
Author

Multiple Instances of an applet

Alfred Harre
Ranch Hand

Joined: Apr 29, 2004
Posts: 73
hi,
I have an applet that uses JFrame and JFrame has JButton on it.
when I start multiple instances of this Frame, JButtons work only on the last frame/window and become inactive on any precding window.
JFrame also implements Runnable interaface and I am creating a new thread for each new frame/window
Any ideas and help is greatly appreciated.
Regards
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Multiple Instances of an applet
 
Similar Threads
JButton on multiple instances of applet
BEGINNER-URGENT
closing !!
Applet with JFrame Problem - please help!
JApplet or JFrame ?