- Timestamp:
- 10/26/08 16:24:08 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/LogicMail.java
r232 r308 52 52 */ 53 53 public class LogicMail extends UiApplication { 54 public static void main(String argv[]) {55 // Register with the event logger56 EventLogger.register(AppInfo.GUID, "LogicMail", EventLogger.VIEWER_STRING);57 58 // Start the application59 LogicMail app = new LogicMail();60 app.enterEventDispatcher();61 }62 63 54 public LogicMail() { 64 55 // Load the configuration … … 83 74 pushScreen(new MailHomeScreen()); 84 75 } 76 77 public void run() { 78 enterEventDispatcher(); 79 } 85 80 }
Note: See TracChangeset
for help on using the changeset viewer.
