Tagged Questions
0
votes
1answer
157 views
Using AWT components inside a JInnerFrame (for JDesktopPane)
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 ...
0
votes
3answers
614 views
Listening to all JInternalFrame events - Java
I'm trying to internationalise a Java applet and with that, support scripts which are written from right to left. I want to set up component orientations for all java components added to the view ...