This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: AWT is dead now
- To: Cedric Berger <cedric at wireless-networks dot com>
- Subject: Re: AWT is dead now
- From: David Pettersson <dapet at mai dot liu dot se>
- Date: Tue, 21 Mar 2000 11:18:30 +0100 (MET)
- cc: java-discuss at sourceware dot cygnus dot com
Hi,
On Mon, 20 Mar 2000, Cedric Berger wrote:
> Nobody uses AWT widgets anymore. I've never seen a new AWT
> application the last two years. In fact, Swing is widely recognized
> as the better GUI toolkit availabe today (and I'm not speaking of
> Java only). The main problem so far was speed, but JDK 1.3 is
> much better, and having the code compiled with a tool like GCJ
> will also make it much faster.
>
-- cut --
I do use AWT. I started with Swing but change since I want my code to
run everywhere. Applet using AWT can be used in browsers like netscape
without any problems, extra downloads etc ... . Using AWT make it thus
possible to let costumers easy test a restricted version online before
purchasing the thing. With Swing, well I havn't got netscape to work with
it. AWT seems to be the most portable gui to use and therefore the first
thing that should be implemented. As noted in other answers, swing 1.1
is possible to use then to.
David.