Font클래스
import org.kwis.msp.lcdui.*; import org.kwis.msp.lwc.*; public class fontTest extends Jlet { ShellComponent shell = new ShellComponent(); FontComponent font = new FontComponent(); protected void startApp(String[] args) { shell.addComponent(font); shell.show(); } protected void pauseApp(){} protected void resumeApp(){} protected void destroyApp(boolean b){} } //Component를 상속받는다. class FontCompone..
청강컴정/소프트웨어공학
2009. 5. 4. 09:36