- 129 名前:M [04/08/26 18:37]
- public class test extends MIDlet {
public static MIDlet mid; public static TestCanvas sc1; public test(){ SetCanvas sc1 = new SetCanvas("1"); mid = this; Display.getDisplay(this).setCurrent(new TestCanvas("0")); } } class TestCanvas extends Canvas implements Runnable, CommandListener{ public TestCanvas(String pt){ mt_Select = pt; } Display.getDisplay(test.mid).setCurrent(test.sc1); } 変更かけてみたんですけど、やっぱりうまくいかないようで... ご教授をお願いします...m(._ .)m by M
|

|