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.
SWT 上有任何可调整大小的布局吗?
如果我想构建一个包含两个组件的窗口。第一个组件将具有最小尺寸,但用户应该能够通过选择“边框”来更改宽度。
有任何 SWT 布局吗?
最简单的方法是使用SashForm. 这是一个示例,它看起来是这样的:
SashForm