ragazzi scusate... ho gestito l'eccezione ho scritto cosi:

public boolean connectServer( String server, String port ) throws IOException
....
....
....

pero mi da un altro errore eccolo:
connectServer(java.lang.String,java.lang.String) in ChatClient cannot override connectServer(java.lang.String,java.lang.String) in ChatClientGUI; overridden method does not throw java.io.IOException

grazie a tutti ragazzi