Search code examples
javaswingapache-pivot

Can I use Apache Pivot instead of Swing?


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.


Solution

  • 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.