Most examples show only a single button or widget on the screen and don't tackle composite applications with multiple pages.
许多示例展示的仅仅是一个单一的按钮或窗口并没有处理有多个页面的组合应用程序。
2
This widget is a simple composite that allows its child to be shown or hidden (i.e., collapsed or expanded).
这个小部件是一个简单的复合程序,允许显示或隐藏(即,折叠或展开)其子元素。
3
In this first installment of a gentle introduction to SWT and JFace, I have introduced the most basic SWT widget controls: label, text, button, composite, and shell.