Eclipse SWT 프로그램 실행하기 참조 : SWT-JFace In Action, SWT Programming with Eclipse 코드는 아래와 같습니다. public class HelloSWT { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Text