Uses of Class
gui.ClientGUI

Packages that use ClientGUI
dialogs   
worker   
 

Uses of ClientGUI in dialogs
 

Constructors in dialogs with parameters of type ClientGUI
ConnectDialog(javax.swing.JFrame frame, ClientGUI gui)
           
 

Uses of ClientGUI in worker
 

Methods in worker that return ClientGUI
 ClientGUI MWorker.accessGUI()
           
 

Constructors in worker with parameters of type ClientGUI
MWorker(int port, java.lang.String serverIP, java.lang.String nic, ClientGUI gui)
          The constructor of MWorker..