Is there any alternative of swing?

java, swing

Solution

Try Java FX. It will give you better performance than java Swing. Java FX

Problem

Is there any alternative of swing? I need a high performance GUI toolkit to create desktop application on linux (Ubuntu). I've been creating swing application for 2 years, therefore I want use java.

Original source

Related problems