Hacker News new | ask | show | jobs
by thecopy 2513 days ago
Or the new JAVA
1 comments

Java actually made an effort to look like the platform it was on, though.
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.