Amélioration

This commit is contained in:
stiti
2024-04-30 17:01:48 +02:00
parent cdcbc4f485
commit dfd9b1169e
5 changed files with 11 additions and 39 deletions

View File

@@ -43,6 +43,8 @@ public class GMCase extends JPanel {
actionButton.setContentAreaFilled(false);
actionButton.setBorderPainted(false);
actionButton.setPreferredSize(new Dimension(50, 50));
Font buttonFont = actionButton.getFont();
actionButton.setFont(new Font(buttonFont.getName(), Font.PLAIN, 60));
BorderLayout gestionnaire = new BorderLayout();
setLayout(gestionnaire);