push for commun work

This commit is contained in:
Rémi Heredero 2022-05-17 19:22:49 +02:00
parent 0a4579215b
commit 665a5e2292
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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);
}
}