On Thu, Oct 10, 2002 at 01:54:55AM -0500, Mario Medina Nussbaum wrote:
> HI! i have a question for you: does jdk can be built with another widget 
> set than lesstif/motif? like gtk or QT?
> 
> This because a lot of pages show incorrect sizes of fields on forms with 
> linux jdk.

Many applets have been carefully designed to work well with the
Windows implementation of the AWT, and don't work well with other AWTs.
Rebuilding the Sun JDK with other toolkits would be a nasty job, but you
might try running the applets under Kaffe (which uses its own non-Motif
AWT) to see how they look.

The difficulty of building decent portable GUIs is the main reason the AWT
is considered inadequate and Swing was written as a portable replacement.
(Unfortunately, this isn't much help to those writing applets for obsolete
Java environments running on Windows machines.)

Nathan Meyers
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to