Always on top JDialog or JWindow



I need to show some kind of popup when our applet is accessed
unlicensed. This window should not be sizable, closeable, and most
importantly, should always come to the front when the browser
containing the applet is selected.

Anyone know what the best implementation for this would be?

Thanks for your help in advance.

Frank

.



Relevant Pages

  • Re: opening a window from an applet..
    ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... a new window from an applet this is simply for a chat app applet, chat window opens in a new window (new window doesn't mean a separate app.. ...
    (comp.lang.java.gui)
  • Re: Please...Applet frame resize problem
    ... > All I'm trying to do is open a window that displays my applet and lets me ... You say you want to display your applet ... Having something 'pop-up' is also considered ... launch applications* ...
    (comp.lang.java.programmer)
  • Re: opening a window from an applet..
    ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... Which is a frame like any other. ...
    (comp.lang.java.gui)
  • Re: opening a window from an applet..
    ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... public void init() { ...
    (comp.lang.java.gui)
  • Re: Please...Applet frame resize problem
    ... it makes for cool interactivity and animation in this demo. ... The reason I would like the applet to pop-up into its own window is because ...
    (comp.lang.java.programmer)