This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
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