KLALB V3.6.0 写了一半

This commit is contained in:
Administrator
2026-02-27 08:32:03 +08:00
parent 816e672843
commit 620afef715
164 changed files with 8381 additions and 13495 deletions
@@ -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));
}
}