1.10.0
Implemented background apps
A command line application may just define isBackground=true and then create a multi-threaded app, or Swing UI, etc., not exiting at the moment.
This requires the @run annotated method to return void
A command line application may just define isBackground=true and then create a multi-threaded app, or Swing UI, etc., not exiting at the moment.
This requires the @run annotated method to return void