[Solved] Which Java UI framework provides Mac OSX 10.9 user experience on Windows 7/8? [closed]
I would like to develop windows applications that has native Mac OSX 10.9 look and feel. Use this instead: try { // Significantly improves the look of the output in each OS.. // By making it look ‘just like’ all the other apps. UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch(Exception weTried) { } Note: It will not port the … Read more