By bloid
via weblogs.java.net
Published: Jun 14 2007 / 20:13
All applications have a lifecycle of events that are called in a specific order. Your primary Application or SingleFrameApplication subclass should start in its static main method and should launch the application from that point. The supported lifecycle includes the following methods, called in the same order:



Add your comment