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 Pivot.
Can I use Apache Pivot instead of Swing?
4.4k Views Asked by Stijn Leenknegt At
3
There are 3 best solutions below
0
On
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.
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.