Ajout d'une grille
This commit is contained in:
13
AppThinker/src/AppThinkerGrid.java
Normal file
13
AppThinker/src/AppThinkerGrid.java
Normal file
@@ -0,0 +1,13 @@
|
||||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
|
||||
public class AppThinkerGrid extends JPanel {
|
||||
/**
|
||||
* Constructeur de la classe AppThinkerGrid
|
||||
* @author V.BOULANGER
|
||||
*/
|
||||
public AppThinkerGrid(){
|
||||
this.setBackground(new Color(192, 192, 192));
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user