Subversion Repositories FlightCtrl

Rev

Rev 181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 208
Line 24... Line 24...
24
        throws MIDletStateChangeException
24
        throws MIDletStateChangeException
25
    {
25
    {
Line 26... Line 26...
26
 
26
 
27
       if (loaded)return;
27
       if (loaded)return;
28
       display  = Display.getDisplay(this);
28
       display  = Display.getDisplay(this);
Line 29... Line 29...
29
       canvas=new  MKMiniCanvas();
29
       canvas=new  MKMiniCanvas(this);
30
 
30
 
31
       // fire up canvas
31
       // fire up canvas
32
       display.setCurrent(canvas);
32
       display.setCurrent(canvas);