Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Internal Frame doesn't resize by its sides on MacOs

abc9f214-5bfa-426f-99ae-0e5964451681May 21 2020 — edited May 21 2020

I have a simple question: Does anybody know how to resize an internal frame by its sides on MacOS? Setting the resizable flag to true makes it resizable by the bottom right corner, but not by holding it anywhere else along the edges of the window. This problem does not occur in the windows operating system, and an internal frame can be resized by placing the cursor on anywhere along its edges. I suspect that this is an issue that is related to Java System Library implementation on the MacOs, but I can't tell which class handles internal frame resizing. Any suggestions are welcome.

Comments

Post Details

Added on May 21 2020
0 comments
348 views