Using AWT components inside a JInnerFrame (for JDesktopPane)

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2010-04-13T03:00:57Z Indexed on 2010/04/13 3:02 UTC
Read the original article Hit count: 392

Filed under:
|
|
|

Hello, is there a way to hack bugs related to adding an AWT component (in my case a PApplet, so a processing language sketch) inside a JInternalFrame?

It works but not as intended, since it flickers and dragging the frame causes repaint issues.. reading around it seems that, althrough it's possible to mix heavyweight (AWT) and lightweight (Swing) components some problems seem to be unavoidable.. is it true?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about awt