Mise à jour des styles des boutons dans BakeTestRunner pour améliorer la lisibilité
This commit is contained in:
parent
d000eef590
commit
2923396891
@ -68,16 +68,16 @@ public class BakeTestRunner extends JFrame {
|
|||||||
compareSelectedButton = new JButton("Compare Selected Test");
|
compareSelectedButton = new JButton("Compare Selected Test");
|
||||||
|
|
||||||
// Styliser les boutons
|
// Styliser les boutons
|
||||||
runSelectedButton.setBackground(new Color(70, 130, 180)); // Steel Blue
|
runSelectedButton.setBackground(new Color(255, 255, 255)); // Steel Blue
|
||||||
runSelectedButton.setForeground(Color.WHITE);
|
runSelectedButton.setForeground(Color.BLACK);
|
||||||
runSelectedButton.setFont(new Font("Dialog", Font.BOLD, 12));
|
runSelectedButton.setFont(new Font("Dialog", Font.BOLD, 12));
|
||||||
|
|
||||||
runAllButton.setBackground(new Color(60, 179, 113)); // Medium Sea Green
|
runAllButton.setBackground(new Color(255, 255, 255)); // Medium Sea Green
|
||||||
runAllButton.setForeground(Color.WHITE);
|
runAllButton.setForeground(Color.BLACK);
|
||||||
runAllButton.setFont(new Font("Dialog", Font.BOLD, 12));
|
runAllButton.setFont(new Font("Dialog", Font.BOLD, 12));
|
||||||
|
|
||||||
compareSelectedButton.setBackground(new Color(30, 144, 255)); // Dodger Blue
|
compareSelectedButton.setBackground(new Color(255, 255, 255)); // Dodger Blue
|
||||||
compareSelectedButton.setForeground(Color.WHITE);
|
compareSelectedButton.setForeground(Color.BLACK);
|
||||||
compareSelectedButton.setFont(new Font("Dialog", Font.BOLD, 12));
|
compareSelectedButton.setFont(new Font("Dialog", Font.BOLD, 12));
|
||||||
|
|
||||||
buttonPanel.add(runSelectedButton);
|
buttonPanel.add(runSelectedButton);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user