diff --git a/projetAgile/src/fr/iutfbleau/projetAgile/Main.java b/projetAgile/src/fr/iutfbleau/projetAgile/Main.java index 8f91775..82decd3 100644 --- a/projetAgile/src/fr/iutfbleau/projetAgile/Main.java +++ b/projetAgile/src/fr/iutfbleau/projetAgile/Main.java @@ -2,9 +2,7 @@ package fr.iutfbleau.projetAgile; import javax.swing.*; import javax.swing.border.EmptyBorder; -import javax.swing.border.TitledBorder; import java.awt.Color; -import java.util.Enumeration; import fr.iutfbleau.projetAgile.Menu.View.Menu; import fr.iutfbleau.projetAgile.Puissance4.Utils.Constants; diff --git a/projetAgile/src/fr/iutfbleau/projetAgile/Puissance4/View/ColorChooserDialog.java b/projetAgile/src/fr/iutfbleau/projetAgile/Puissance4/View/ColorChooserDialog.java index eed95dd..c988938 100644 --- a/projetAgile/src/fr/iutfbleau/projetAgile/Puissance4/View/ColorChooserDialog.java +++ b/projetAgile/src/fr/iutfbleau/projetAgile/Puissance4/View/ColorChooserDialog.java @@ -8,14 +8,12 @@ import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTextField; import javax.swing.UIManager; -import javax.swing.border.EmptyBorder; import javax.swing.colorchooser.AbstractColorChooserPanel; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Dimension; import java.awt.Insets; import java.awt.Frame; -import java.awt.Color; import fr.iutfbleau.projetAgile.Puissance4.Controller.ColorActionListener;