View Single Post
  #1 (permalink)  
Old 07-21-2007, 09:24 AM
tamayo tamayo is offline
Member
 
Join Date: Jul 2007
Posts: 4
tamayo is on a distinguished road
newbie: the app is loaded but i can't see it
Hi, i'm really newbie in java, I'm trying to follow some tutorials to learn java, and my question is:

I typed a console application, but after compile it, the app it doesn't appears in the screen, but it is loaded because I obtained a JOptionPane.showMessageDialog confirm everytime i executed this application. So, What I have to do for the application open in a DOS window?

In the void main function I tried the next:
serverchat sslx= new serverchat();

but doesn´t work, can you help me?
Reply With Quote
Sponsored Links