Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

swt

A collection of 1 post

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 helloText = new Text(shell, SWT.CENTER)

  • 백기선
백기선 Feb 21, 2007 • 2 min read
Whiteship © 2022
Powered by Ghost