Using Qt in Java?
The current best option appears to be the Bytedeco bindings, which are JNI bindings to native C++ Qt libraries. They are not officially supported by the Qt Project, so your mileage may vary.
Here are some useful tutorial for you:
- Java desktop development with Qt Jambi
- Working with Qt Applications - NetBeans IDE 6.9 Tutorial