* @throws RemoteException
* @throws NotBoundException
*/
public static void main(String[] args) throws UnknownHostException, IOException, CompositeAlreadySetupException {
Client.logger.debug("Client started ...");
MainWindow window = new MainWindow();
window.createTabFolder();
window.createClientListControl();
window.createGoodComposite();
if (window.connectionDialog())
window.runWindow();
Client.logger.debug("Client stopped");
}