aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Blocking Component Input Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Blocking Component Input" Watch "Blocking Component Input" New topic
Author

Blocking Component Input

Isaac Hewitt
Ranch Hand

Joined: Jul 24, 2006
Posts: 179

Is it possible to block input to components in a JDialog using a glass pane? If not, other than disabling the components, is there any other way to block input?
Thanks.
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1791
    
    2
Yes its possible, the Swing tutorial has an example of using a Glass Pane.
Isaac Hewitt
Ranch Hand

Joined: Jul 24, 2006
Posts: 179

Sorry for this late reply. I was able to find and fully integrate the required class in the JDialog, and it saves alot of work with setEnabled() for every component. Thanks for the link.
 
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: Blocking Component Input
 
Similar Threads
Instantiating a JDialog in constructor - won't execute other lines..
Business logic in finally block?
Focus on JDialog lost
exception handling
Making JInternalFrame Modal