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: Interrupted IO and AWT


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/

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