This commit is contained in:
2024-03-09 12:31:18 +01:00
parent 9de7f66a8d
commit 52a96e0d6d
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import javax.swing.*;
import java.awt.*;
public class Nuance {
private JPanel[] tableauPanneauNuance;
public Nuance(){
}
}