2012年6月6日 星期三

Intermediate Java(48) - Testing the Servers Instant Messenger


創建main class稱為ServerTest


import javax.swing.JFrame;

public class ServerTest {

public static void main(String[] args) {
Server emily = new Server();
emily.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
emily.startRunning(); 運行這個對象
}

}


你會看到:


沒有留言:

張貼留言