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) {
|
||||
int rows = 9;
|
||||
int cols = 2;
|
||||
String name;
|
||||
String logoFilePath;
|
||||
String name = "Garage manager \n Prestations";
|
||||
String logoFilePath = "src/logo_garage.png";
|
||||
new ManagerGui(rows, cols, name, logoFilePath);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user