On Wed, 20 May 1998, Maksim Lin wrote:
> The story is that as a part of my Masters thesis, I need to do a "proof
> of concept" Java project, using a OO distributed developpment
> methodology based on open-source development model. Now one of the
> ideas I have for the project, is creating a pure java awt
> implementation, using X directly(+ maybe a bit of GTK for
> non-lightweight components), based on XTC (pure java X library).
It's a good project, so good that I'm doing it already =) I'm
implementing an AWT peer library using XTC.
My main goal is to get enough to run Swing and reduce the memory footprint
from Motif bloat.
. . . Sean.