0

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

Ognyan
  • 13,452
  • 5
  • 64
  • 82

1 Answers1

2

yes, you can.

public static void main(String[] args) {
    DesktopApplicationContext.main(UI.class, args);
}
Sebastian
  • 66
  • 1
  • 6