Re: [JAVA2D] Canvas vs. JComponent for drawing (again)

2006-05-26 Thread Dmitri Trembovetski
Hi Jonathan, yes, in Swing applications JComponent should be used, and not Canvas. Canvas is a heavyweight component and using it may interfere with Swing's repainting. Thanks, Dmitri On Fri, May 26, 2006 at 12:28:57AM -0400, Jonathan Mast wrote: [I sent this the first day I

[JAVA2D] Canvas vs. JComponent for drawing (again)

2006-05-25 Thread Jonathan Mast
[I sent this the first day I signed up for this list, so I'm thinking a snafu might have kept it from posting, or AOL might have blocked any replies at first, anyways here it is:] I'm reasonably proficient in Swing but as I've began programming in java2D, I'm puzzled by all the usages of