Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好想在打开屏幕时为 jsplitpane 组件分配默认高度和宽度。执行此任务的最简单方法是什么?
我发现的最好方法是覆盖嵌套拆分窗格的框架的 setVisible() ,然后在拆分窗格本身上调用 setDividerLocation() 。
setDividerLocation() 可以采用 int(像素位置)或 double(比例宽度/高度)。