## SWT 관련 사이트
# jigloo.com - 지글루
http://www.cloudgarden.com/alicetalker/index.html
# SWT 예제 사이트 - 예제별 그림을 제공
http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/CatalogSWT-JFace-Eclipse.htm
# eclipsewiki - Eclipse Projects 중 Visual Editor관련
http://eclipsewiki.editme.com/SWTArticles
SWT Library를 Java Build Path에 추가시켜주기 때문에 좀 더 편하게 SWT Standalone Application을 테스트할 수 있음
## SWT 관련 개발도구
# Sleak -SWT 그래픽 자원을 모니터링 하는 도구
http://www.eclipse.org/swt/tools/org.eclipse.swt.sleak_1.0.0.zip
# SWT Spy - Style, layout, 부모 정보등을 보여주는 스파이 도구
http://www.eclipse.org/swt/tools/org.eclipse.swt.spy_1.0.0.zip
--------------------------------------------------------------------------------------
1 SWT ¶
- The Standard Widget Toolkit
2 SWT 튜토리얼 ¶
- Getting Started with Eclipse and the SWT - Univ. of Manitoba 의 SWT 강의 자료 (PDF, PS, 샘플코드 제공)
- Installing Eclipse and running a simple SWT program
- Basic SWT Widgets
- Advanced SWT Widgets
- SWTLayouts
- Client Billing Application
- Compiling Eclipse Applications for Windows With GCJ/MinGW
- Eclipse Project CDT(C/C++) Plugin Tutorial
- Using The Java Native Interface
- SWT Cunstom Contorls
- Using JUint in Eclipse
- JFace
- SWT Designer - An Eclipse GUI Builder
- Refactoring in Eclipse
- Design Patterns and CodePro
- Time Tracker Application
- An Introduction to SWT - Ben Galbraith 의 SWT 소개 (동영상)
3 SWT API 레퍼런스 ¶
- API Reference
- org.eclipse.swt
- org.eclipse.swt.accessibility
- org.eclipse.swt.awt
- org.eclipse.swt.browser
- org.eclipse.swt.custom
- org.eclipse.swt.dnd
- org.eclipse.swt.events
- org.eclipse.swt.graphics
- org.eclipse.swt.layout
- org.eclipse.swt.ole.win32
- org.eclipse.swt.printing
- org.eclipse.swt.program
- org.eclipse.swt.widgets
'JAVA' 카테고리의 다른 글
SWT 입문 (0) | 2007.04.05 |
---|---|
swt sample (0) | 2007.04.02 |
icon package (0) | 2007.03.29 |
NIO SAMPLE SOURCE (0) | 2007.03.29 |
[NIO] 1부, 버퍼와 채널 #2 (0) | 2007.03.29 |