08/02/16 00:50:02
>>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);