0

你能构建独立的 Apache Pivot 应用程序,即不在浏览器中运行吗?

4

1 回答 1

2

是的你可以。

public static void main(String[] args) {
    DesktopApplicationContext.main(UI.class, args);
}
于 2015-09-02T18:56:40.387 回答