Interrupted IO and AWT
Per Bothner
per@bothner.com
Mon Mar 20 13:25:00 GMT 2000
Paul Fisher <pnfisher@redhat.com> writes:
> I don't believe it would be feasible to actually implement Swing using
> GTK+ or Qt (for example, directly mapping the Swing tree widget to
> GTK+'s tree widget). However, I've often thought about this
> possibility; it's certainly appealing.
One of the fundamental ideas of Swing is the separation of "model"
and "view+controller". For example two JTextPanes can both be using the
same Document. How suitable are gtk widgets for doing things like that?
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/
More information about the Java
mailing list