• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Customized EventQueue

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My primary problem is to display an hourglass when some operation seems to be time consuming. For this i have created an EventQueue, which takes over the System EventQueue. Now i can intercept each even in the queue, and handle them as necessary. But when i convert this application into an applet, a security voilation is thrown when i try to get the system EventQueue. This isn't surpising, b'coz its always not proper for an applet loaded from some Remote host to manipulate the EventQueue of the Browser machine. Does that mean to say that i can never achieve this using the current procedure. If anyone has an idea please do reply.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic