Package thing

Class Main

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable

public class Main extends AntiAliasedThinlet
ThinG main class.
Author:
Dirk Moebius
See Also:
  • Method Details

    • destroy

      public boolean destroy()
      Called by thinlet.FrameLauncher when the user tries to close the frame containing the thinlet. Overridden to check for unsaved changes in the editor.
      Overrides:
      destroy in class thinlet.Thinlet
      Returns:
      true if the application should exit.
    • main

      public static void main(String[] args)
      The ThinG main method.