Hello,
I have a problem with re-size of the AWT Applet Frame when Frame.setResizable(false) is set and I want the frame to resize based on the component size that is present in side it. Since its using BorderLayout by default.
I see this problem only on RHEL 6.0 based machine not any other machines with Java 8.
Also please advise me on how to install Java on a RHEL 6 machine manually.
Steps to recreate:
--------------------
Increase the font size to a value >=20 and check if the screen would re-size.
Decrease the font size to it previous value i.e. 12 or 14.
Repeat above steps two are three times you will see the problem.
Here is the code. Please correct me if I missed some thing here. I have removed the Applet and made it as a normal application but I still see the issue.