This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AWT




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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]