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!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Recently improved, Mixing Heavy and Light Components may shed some light on your particular usage. See also, Mixing Heavyweight and Lightweight Components.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.