Search

Dark theme | Light theme

May 19, 2010

Griffon Goodness: Run Your App as Applet or via Webstart

Griffon is a great framework to build desktop applications. But that doesn't mean your application code cannot be run as an applet or via webstart. Without changing the code we can run the application as applet or webstart with the following commands:


$ griffon run-applet
$ griffon run-webstart