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

Control mouse clicks

Selvan tiru
Greenhorn

Joined: Jul 12, 2001
Posts: 18
Have a JDBC application: while the query is geeting the
results set, I want to diaable the mouse clicks or
lock the screen, use modal dialog. But once the result set
is back the modal dialog should disappear. Is there
a way to dismiss the JOPTIONPANE.XXXX even if the
user did not select any choice.
OR how to disable the mouse clicks while the result set is
being fetched, and enable mouse clicks after that
programmatically
thanks
Selvan
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Control mouse clicks
 
Similar Threads
Modeless dialog issue
getText() method of JTextField returning an emty string
Progress Bar
JDialog (non-modal) always on top
modal dialog always on top