diff --git a/BUT1/DEV2.1/TP5-Heritage/EXO2 b/BUT1/DEV2.1/TP5-Heritage/EXO2 new file mode 100644 index 0000000..90e1d11 --- /dev/null +++ b/BUT1/DEV2.1/TP5-Heritage/EXO2 @@ -0,0 +1,9 @@ +import javax.swing.*; +import java.awt.*; + +public class Gris extends Color { + // Constructeurs + public Gris(int a){ + super(a,a,a); + } +} \ No newline at end of file