Thread: Java help
View Single Post
  #6 (permalink)  
Old 07-27-2007, 04:31 PM
nogono nogono is offline
Novice
Join Date: Jul 2007
Posts: 35
iTrader: (0)
nogono is on a distinguished road
Icon7 Client java

SocketClient frame =
new SocketClient();
frame.setTitle(
"Client Program");
WindowListener l =
new WindowAdapter() {
publicvoid windowClosing(WindowEvent e) {
System.exit(0);
}
};

frame.addWindowListener(l);
frame.pack();
frame.setVisible(
true);
frame.listenSocket();


Can u understand me whole program........


__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote