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