Skip to content

Commit e89a8fe

Browse files
Minor fix
1 parent 7dc147d commit e89a8fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/View/GridView.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ public class GridView extends JPanel {
3131
private MapManager mapManager;
3232

3333
/** Draw borders for the client scope */
34+
/*
3435
public void paintComponent(Graphics g){
3536
super.paintComponent(g);
36-
//g.drawOval(-200, -200, 400, 400);
37-
g.drawRect(-200, -200, 400, 400);
37+
g.drawOval(-200, -200, 400, 400);
38+
//g.drawRect(-200, -200, 400, 400);
3839
//g.drawRoundRect(000, -200, 400, 400,100,100);
3940
4041
// TODO :: La portée est affichée en brut ici, à changer dynamiquement !
41-
}
42+
}*/
4243

4344
public GridView(MapManager mapManager, Client currentClient) {
4445
super();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy