Popup - not use java SWING

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ha Nguyen
    New Member
    • Aug 2009
    • 21

    Popup - not use java SWING

    Hi all,
    I showed the popup when login fail but after that it was displayed again if i refresh that login page.
    Pls help me to not show popup when refreshing.
    Incidentally, is there any idea about calling the popup in normal java (I mean that not use java SWING). I use the MVC solution to work.
    Thanks in advance,

    Ha
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    You can use old AWT for your popup-box instead of Swing.

    Comment

    • Ha Nguyen
      New Member
      • Aug 2009
      • 21

      #3
      Thanks for your answer, chaarmann, but i use normal java to code. I dont use SWING or AWT. :-(
      Is there any other idea?

      Ha

      Comment

      • sukatoa
        Contributor
        • Nov 2007
        • 539

        #4
        pop-up dialog or any interface is still a graphical user interface, if you have time, you may develop your own gui like swing/awt/swt... and use it on your application

        Comment

        • qzhang
          New Member
          • Jan 2010
          • 2

          #5
          meow three times loudly

          Comment

          Working...