Can you build stand-alone Apache Pivot application, i.e. not run in browser?
Asked
Active
Viewed 156 times
1 Answers
2
yes, you can.
public static void main(String[] args) {
DesktopApplicationContext.main(UI.class, args);
}

Sebastian
- 66
- 1
- 6