FormComp.java

import org.kwis.msp.lcdui.Jlet;
import org.kwis.msp.lcdui.JletStateChangeException;
import org.kwis.msp.lwc.FormComponent;
import org.kwis.msp.lwc.LabelComponent;
import org.kwis.msp.lwc.ShellComponent;

public class FormComp extends Jlet {
    protected void startApp(String[] arg0) {

        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 arg0) throws JletStateChangeException {}
}

:
BLOG main image
아무거나 공부하자!!! by Young79

공지사항

카테고리

분류 전체보기 (79)
Programing (29)
English (31)
Graphic (4)
Saying on T"We"tter (15)

최근에 올라온 글

최근에 달린 댓글

글 보관함

달력

«   2025/02   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
Total :
Today : Yesterday :