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.