>>302 ありがとうございます。あきらめました。 public class OrigApp extends IApplication { public OrigPanel oPanel; public void start() { oPanel = new OrigPanel(); oPanel.setFont(Font.getFont(Font.FACE_SYSTEM | Font.SIZE_SMALL | Font.STYLE_PLAIN)); Display.setCurrent(oPanel);