* visual improvement for metal and windows classic laf

This commit is contained in:
Reinhard Pointner 2009-09-22 21:19:49 +00:00
parent 9be7101759
commit 384486631a

View File

@ -37,6 +37,8 @@ public class ChecksumButton extends JToggleButton {
setForeground(WHITE);
setFont(new Font(DIALOG, PLAIN, 11));
// as image button
setBorderPainted(false);
setContentAreaFilled(false);
setFocusPainted(false);