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!

Unwanted resize on hover of swing splitter [SOLVED]

AD5XJFeb 23 2022 — edited Nov 14 2022

I am a relative newbie to Java and NetBeans. If I ask newbie questions please forgive my ignorance.
I have an application using a jSplitterPane. It is configured for a vertical split with two panes. Each pane contains other components. I am able to resize component size to fit my window, and adjust the pane size of jSpltterPane with the sizing handle. However, if I hover too long on either pane, it resizes the panes to some unknown dimensions. I wish to prevent this from happening.
Any help would be appreciated.

UPDATE:
With no input I have now moved on to FXML and I am not using Swing at this time.

Comments
Post Details
Added on Feb 23 2022
0 comments
183 views