I am using Java Netbeans GUI Builder for making GUI. I want to give the buttons a transparent (glossy) look.I am using
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
which also gives nice look to GUI but the buttons are still the same boring buttons.
So,how to give buttons a transparent look?