Skip to content

1.10.0

Choose a tag to compare

@jorgeb1980 jorgeb1980 released this 11 May 19:21
· 4 commits to master since this release
587ca7f

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