Tagged Questions
0
votes
2answers
2k views
JScrollPanes in JInternalFrames for right to left component orientations - Java bug?
So I have created some demo code, see below.
What I am seeing is that if a JScrollPane is within a JInternalFrame and component orientation is set to right-to-left, when minmising the frame, the ...
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 ...