Dear Java Programmer:
 
I am trying to log a message but then send it to a pop-up message.  When the 
button is click the program continues to run.  How can I stop the program from 
running in the background?  Must be doing a continuous loop of sorts?
 
JOptionPane.showOptionDialog(null, "Log Object has been created.\n" +
                "Click Ripet to continue", "WARNING - Froggy!",
            JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE,
            null, options, options[0]);

 
Respects,

JKid314159
http://existentialists.blogspot.com/
 
 
 


      
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to