Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能构建独立的 Apache Pivot 应用程序,即不在浏览器中运行吗?
是的你可以。
public static void main(String[] args) { DesktopApplicationContext.main(UI.class, args); }