I downloaded the Look and Feel SeaGlass for my JFrame
in Java, but JCheckBox
and JRadioButton
simply bugged me, why does this happen?
As you can see, the result is totally different than expected.
I downloaded the Look and Feel SeaGlass for my JFrame
in Java, but JCheckBox
and JRadioButton
simply bugged me, why does this happen?
As you can see, the result is totally different than expected.
try {
UIManager.setLookAndFeel("com.seaglasslookandfeel.SeaGlassLookAndFeel");
} catch (Exception e) {
e.printStackTrace();
}