Ajout
This commit is contained in:
parent
0e1a11cb23
commit
4044ba1bcd
9
BUT1/DEV2.1/TP5-Heritage/EXO2
Normal file
9
BUT1/DEV2.1/TP5-Heritage/EXO2
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import javax.swing.*;
|
||||||
|
import java.awt.*;
|
||||||
|
|
||||||
|
public class Gris extends Color {
|
||||||
|
// Constructeurs
|
||||||
|
public Gris(int a){
|
||||||
|
super(a,a,a);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user