This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: AWT
- To: Thomas Reilly <treilly@allaire.com>
- Subject: Re: AWT
- From: Jeff Sturm <jsturm@sigma6.com>
- Date: Wed, 4 Aug 1999 23:13:05 -0400 (EDT)
- cc: Jeff Sturm <jsturm@sigma6.com>, java-discuss@sourceware.cygnus.com
On 4 Aug 1999, Thomas Reilly wrote:
> Swing on the JDK probably draws the entire GUI in the client and
> probably sends the whole thing to the server through the X protocol
> socket.
Swing does make extensive use of double buffering, which should use a
pixmap resource, at least on X. But you are right, that Swing is very
heavy on the client.
I have heard from others that it gets worse with JDK 1.2 and the Java2D
api... specifically that font rasterizing is now done in the client too.
--
Jeff Sturm
jsturm@sigma6.com
- Follow-Ups:
- Re: AWT
- From: Nathan Meyers <nmeyers@teleport.com>
- Re: AWT
- From: "Thomas Reilly" <treilly@allaire.com>
- References:
- Re: AWT
- From: "Thomas Reilly" <treilly@allaire.com>