Hacker News new | ask | show | jobs
by saagarjha 2512 days ago
Java actually made an effort to look like the platform it was on, though.
1 comments

That has never been my impression. Java applications have a Java look.

What has actually impressed me as an easy way to do native looking UIs, albeit simple ones, is PyTK. On Windows, you can even select between the different styles that are internal.

Java applications use the look that the system provides.
That is, Swing has some mediocre Mac and Windows themes. JavaFX comes with only a custom design.