現在公開中のソフト |
開発中データ |
SWTアプリケーション |
TIPS |
サンプル |
Javaソースコード |
|
|
|
|
|
Eclipse のオフィシャルサイトで公開されている、SWTのサンプル集です。
SWTを使うときに参考にしています。 |
実行方法 |
コンパイル後のclassファイルとSWT.jarを同じフォルダに置いて実行
クラスパスをSWT.jarに通して実行しても良いんですが、、、
SWT.jarなんてどれだけコピーしても何の影響もないし、
私はコピーしまくりです。) |
- FileDialog
- Font
- FormLayout
- snippet0065 - create a simple dialog using form layout
- snippet0069 - center a label and single line text using
a form layout
- snippet0071 - create a simple OK/CANCEL dialog using
form layout
- GC
- GridLayout
- Image
- Label
- List
- Menu
- snippet0029 - create a bar and pull down menu (accelerators,
mnemonics)
- snippet0040 - create a popup menu (set in multiple controls)
- snippet0073 - enable menu items dynamically (when menu
shown)
- snippet0097 - fill a menu dynamically (when menu shown)
- snippet0089 - add radio items to a menu
- Monitor
- OLE and ActiveX
- Program
- ProgressBar
- snippet0057 - update a progress bar (from the UI thread)
- snippet0056 - update a progress bar (from another thread)
- Sash
- snippet0054 - create a sash (allow it to be moved)
- snippet0107 - implement a simple splitter (with a 20
pixel limit)
- SashForm
- Scale
- snippet0045 - create a scale (maximum 40, page increment
5)
- ScrolledComposite
- Shell
- Slider
- TabFolder
- Table
- TableCursor
- TableEditor
- Text
- ToolBar
- Tool Tips
- snippet0041 - create tool tips for a tab folder, tool
bar and control
- snippet0125 - create fake tool tips for items in a table
- Tree
- TreeEditor
- Tracker
|