Search code examples
apache-pivot

Can you build stand-alone Apache Pivot application, i.e. not run in browser?


Can you build stand-alone Apache Pivot application, i.e. not run in browser?


Solution

  • yes, you can.

    public static void main(String[] args) {
        DesktopApplicationContext.main(UI.class, args);
    }