Jlet 기본코드 설명
import org.kwis.msp.lcdui.*; public class HelloJlet extends Jlet { //Display 클래스 객체변수 display 선언 protected Display display; //TestCare 클래스 객체변수 testCard 선언 //하단에 선언한 TestCard는 Card를 상속받는다. protected TestCard testCard; protected TCard tCard; //상속받은 Jlet에 있는 추상 메소드 프로그램 시작점 //Jlet의 추상메소드중 하나인 startApp Method를 재정의한다. protected void startApp(String args[]) { //Display는 이미 생성이 되어 있기 때문에 new 생성자가 필요없다..
청강컴정/소프트웨어공학
2009. 3. 9. 12:37