Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Swing / AWT / SWT
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Swing / AWT / SWT
how to make swing components ignore the user events ??
Sanjeev Charla
Ranch Hand
Posts: 90
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
initially listeners are added to components.
at some time we want to ignore the events generated by user.
after some time we want the listeners to work as before.
instead of disabling and enabling each and every component, how to achieve this??
Thank you,
Rob Camick
Rancher
Posts: 3324
32
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Why would you want to do this?
Your question is to vague to give a specific answer.
Maybe the
Disabled Glass Pane
will help.
Sanjeev Charla
Ranch Hand
Posts: 90
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks for the reply,
when the application is busy in doing something in background, i change the cursor to busy cursor, and also that any user events will not be accepted.
this is my requirement.
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
listener config in web.xml
how to take the entire input string from a jtextfield ?
Events/task list in web application
Does this piece of code hang for you all also ?
is it possible to capture all events?
More...