Hacker News new | ask | show | jobs
by pachico 834 days ago
I'm ignorant about this all. Can't you use something like Qt in Java?
2 comments

You can, but anything in java that needs to step down into c/c++ ends up being a major pain in the ass so it's usually implemented half baked at best. Platform ergonomics are hard and you usually find that what works great in some languages / paradigms just don't flourish in others. It'd be nice to see some good language bindings that feel right for java.
There are Qt bindings for Java, but I’m not familiar with them