> All this is made with AWT and works perfectly (we are
> very happy with the results, wrapping the OpenH323 to
> java with this java video window). But now I'm need
> to port this implementation to Swing fashion. But in
> Swing I can not use Cnvas class so, I'm asking for
> help of the community to indicate articles and forums
> topics to clarify how I can make or use a custon
> Swing component to draw on.

Usually, porting custom AWT components to Swing just involves subclassing 
JComponent (instead of Canvas) and moving the painting code from paint() to 
paintComponent().  Have you tried that approach?

--Chris
[Message sent by forum member 'invalidname' (invalidname)]

http://forums.java.net/jive/thread.jspa?messageID=241867

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to