• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

on popup.show() how to disable all applets of web page

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I created a web page with 3 applet using swings components. Requirement is to disable this webpage (all three applet) when one of them shows a popup.

I used java swings popup class to get this popup which has only show/ hide method so I am not finding a way to disable all three applet when this popup is shown.

Thanks in advance for your suggestion.

Regards,
Aditya
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Google inter applet communication. IMO using Observer pattern with a Singleton object is the simplest solution.
 
Aditya Singh
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for reply.

I am still wondering, Is there any inbuilt component like JOptionPane when it comes .. it will block all applet of same webpage.
 
reply
    Bookmark Topic Watch Topic
  • New Topic