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.NONE を使用しようとしていますが、効果がありません;/
managedForm を使用してツリーを作成します
final Tree tree = mForm.getToolkit().createTree(parent, SWT.NONE);