Thread: Java Help
View Single Post
  #5  
Old March 2, 2005, 02:00 PM
AsifTheManRahman's Avatar
AsifTheManRahman AsifTheManRahman is offline
Super Moderator
BC Editorial Team
 
Join Date: February 12, 2004
Location: Canada
Favorite Player: Ice Man, Chatter Box
Posts: 27,678

hmm. looks like you're opening frame2, but not preventing it from opening when one version of frame2 is already open. f.show() should display frame2, but where does it say in the code that it should not be displayed once there's already a frame2 open?

btw - can you post the exact errors you're getting, and the code for the method call?
Reply With Quote