KLALB V3.6.0 写了一半
This commit is contained in:
@@ -41,9 +41,9 @@ public class TextButtonSettingItem extends SettingItem {
|
||||
|
||||
button = new JButton();
|
||||
getPanel().add(button, BorderLayout.EAST);
|
||||
button.setFont(button.getFont().deriveFont(Map.of(TextAttribute.UNDERLINE, TextAttribute.UNDERLINE_ON)));
|
||||
button.setBorder(null);
|
||||
button.setOpaque(false);
|
||||
button.setFont(button.getFont());
|
||||
//button.setBorder(null);
|
||||
//button.setOpaque(false);
|
||||
button.setBackground(new Color(0,0,0,0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user