Class MainApp

java.lang.Object
net.simplace.core.FWApplication
net.simplace.client.app.MainApp

public class MainApp extends net.simplace.core.FWApplication
Author:
aenders mainclass doing nothing except of the methods in framework application
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    main Method: no parameters supported
    void
     

    Methods inherited from class net.simplace.core.FWApplication

    fixWebStartClassLoaderIssue, getInstanceClassLoader, getMainFrame, performDefaultMainActions, requestShutdown, shutdown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MainApp

      public MainApp()
  • Method Details

    • main

      public static void main(String[] args)
      main Method: no parameters supported
      Parameters:
      args -
    • performMain

      public void performMain()
      Specified by:
      performMain in class net.simplace.core.FWApplication
      See Also:
      • FWApplication.performMain()