[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Another big change
- To: zzdev@xxxxxxxxxx
- Subject: Another big change
- From: Tuomas Lukka <lukka@xxxxxxxxxxx>
- Date: Mon, 24 Jul 2000 02:18:12 +0300 (EETDST)
I've just removed the dependence on swing. The program now creates two
top-level windows (Frames). Please tell me if this breaks something.
This change removed more code than it added since we already had the
ZZWindows code in place for managing top-level windows (like the
TextCloud); the ZZSimpleClient2 crud just wasn't using it. Now all the
windows that are created are created from information that was put in the
structure.
Tuomas