0

I want to create a desktop application and use it on Ubuntu based distributions. I have very good knowledge on Java Desktop Applications. But look and feel of Java Desktop Applications in Linux doesn't look very good.

Is there any other way to get a more better and pleasant look ?

1 Answers1

0

You can try using GTKLookAndFeel

javax.swing.UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");

see the related question.

mkayaalp
  • 348
  • 2
  • 11