JAVA

프로그래밍 2009. 3. 12. 21:34

 

import org.kwis.msp.lcdui.*;

import org.kwis.msp.lwc.*;

public class ShellandForm extends Jlet{

  protected void startApp(String args[]){

  ShellComponent shell = new ShellComponent();

  FormComponent form = new FormComponent();

  form.addComponent(new LabelComponent("위피 프로젝트"));

  form.addComponent(new LabelComponent("라벨 컴포넌트"));

  shell.addComponent(form);

  shell.show();

  }

  protected void pauseApp(){}

  protected void resumeApp(){}

  protected void destroyApp(boolean b){}

}


'프로그래밍' 카테고리의 다른 글

JAVA  (0) 2009.03.31
JAVA  (2) 2009.03.27
JAVA  (0) 2009.03.26
JAVA  (0) 2009.03.23
JAVA  (0) 2009.03.22
JAVA  (0) 2009.03.20
JAVA  (0) 2009.03.19
JAVA  (1) 2009.03.17
JAVA  (0) 2009.03.16
JAVA  (1) 2009.03.13

설정

트랙백

댓글