How to make JSplitPane to resizable false? I didn’t want to resize the JSplitPane, I used it for the border of this pane. Is there any other way to create same border structure to split a panel vertically into two parts.
How to make JSplitPane to resizable false ? I didn’t want to resize the
Share
You can override the JSplitPane methodes
getDividerLocation()andgetLastDividerLocationand return a constant value.