File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes mouse clicks 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 » Swing / AWT / SWT
Reply Bookmark "mouse clicks" Watch "mouse clicks" New topic
Author

mouse clicks

narasimharao konjeti
Ranch Hand

Joined: Apr 26, 2003
Posts: 130
I opened one JFrame, By the moment I click the mouse anywhere else on the desktop or anywhere. I have to close the JFrame. How can I close the JFrame.
waiting for reply.
regards
nr konjeti


"Unwise to sweat petty stuff, wise to pet sweaty stuff."
VIJAY Yadlapati
Ranch Hand

Joined: Aug 04, 2003
Posts: 175
Implement FocusListener for the frame, and in focusLost(), dispose that frame.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: mouse clicks
 
Similar Threads
mouse curser
JDialog trigger action opening JFrame closing problem
NetBeans IDE 5.5
JFrame ?!!!
Minimize button in JFrame