fin tp3
This commit is contained in:
@@ -7,7 +7,6 @@ import java.util.ArrayList;
|
||||
public class JParallelogramme extends JComponent {
|
||||
|
||||
private List<Color> listeCouleurs;
|
||||
private List<Polygon> listePolygones;
|
||||
|
||||
public JParallelogramme(List<Color> listeCouleurs) {
|
||||
this.setPreferredSize(new Dimension(280, 60));
|
||||
|
Reference in New Issue
Block a user