I saw Apache Pivot, but this is meant for "installable Internet applications". What are IIA and can I use Apache Pivot instead of Swing because I like the UI of开发者_C百科 Pivot.
Installable internet applications are "client-side applications that leverage the Internet but do not require a browser" (source).
For a "Swing vs. Pivot" discussion, refer to the question pointed out in Chandran's comment.
Also, if you encounter a situation with legacy Swing code, and you'd like to migrate that code base to Apache Pivot, they can coexist. To see how, refer to this example code on the World Wind Java forums.
We are using Pivot for a very large (>200,000 lines of code) desktop application, and it works very well. The "Internet" part of Pivot's description was the original intention, but it has equally good desktop support (actually better now that applets are pretty much phased out).
精彩评论