Ignore:
Timestamp:
10/26/08 16:24:08 (3 years ago)
Author:
octorian
Message:

Eclipse JDE integration updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/LogicMail.java

    r232 r308  
    5252 */ 
    5353public class LogicMail extends UiApplication { 
    54     public static void main(String argv[]) { 
    55         // Register with the event logger 
    56         EventLogger.register(AppInfo.GUID, "LogicMail", EventLogger.VIEWER_STRING); 
    57          
    58         // Start the application 
    59         LogicMail app = new LogicMail(); 
    60         app.enterEventDispatcher(); 
    61     } 
    62  
    6354    public LogicMail() { 
    6455        // Load the configuration 
     
    8374        pushScreen(new MailHomeScreen()); 
    8475    } 
     76 
     77    public void run() { 
     78        enterEventDispatcher(); 
     79    } 
    8580}  
Note: See TracChangeset for help on using the changeset viewer.