> > Make sure you are not mixing up light weight and heavy weight Java
> > components.  There's a tutorial on this from www.javasoft.com
>
> If my understanding of light weight vs heavy weight is correct, it means
> awt components vs swing Jcomponents. This should not be a problem as I
> don't use any swing components anywhere in my application. Also i've been
> unable find the tutorial you mention above, can you provide a more specific
> link?

Here's the link that provides a general Swing tutorial:

http://web2.java.sun.com/docs/books/tutorial/uiswing/index.html

Here's the link that talks about converting to Swing from AWT and about
lightweight vs heavyweight components:

http://web2.java.sun.com/docs/books/tutorial/uiswing/converting/index.html

Here's an article solely about light vs heavy weight components.  This one
was very helpful to me at one point when i was experiencing problems
converting:

http://java.sun.com/products/jfc/tsc/articles/mixing/index.html

-cheers, bob

Robert S Laramee        tel:    (603) 868-1361
9 Woodman Road, #314    office: (603) 862-4336 (new office # as of 11 Jan '01)
Durham, NH 03824        URL:   http://www.cs.unh.edu/~rlaramee


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

Reply via email to