push for commun work
This commit is contained in:
parent
0a4579215b
commit
665a5e2292
Binary file not shown.
@ -4,8 +4,8 @@ public class App {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
int rows = 9;
|
int rows = 9;
|
||||||
int cols = 2;
|
int cols = 2;
|
||||||
String name;
|
String name = "Garage manager \n Prestations";
|
||||||
String logoFilePath;
|
String logoFilePath = "src/logo_garage.png";
|
||||||
new ManagerGui(rows, cols, name, logoFilePath);
|
new ManagerGui(rows, cols, name, logoFilePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user