Co-authored-by: Fastium <Fastium@users.noreply.github.com>
This commit is contained in:
@@ -5,9 +5,9 @@ public class HesSoGarage {
|
||||
//Create a new garage
|
||||
GarageManager garageManager = new GarageManager();
|
||||
String name = "<html><body><i>Garage manager</i><br>Prestations</body></html>";
|
||||
String logoFilePath = "src/logo_garage.png"; //TODO redimensionnement automatique
|
||||
String logoFilePath = "src/logo_garage.png";
|
||||
//Create a new HMI for calculate and print the bill
|
||||
new ManagerGui(name, logoFilePath, garageManager.getServices(), garageManager); //TODO affichage sans redimensionnement
|
||||
new ManagerGui(name, logoFilePath, garageManager.getServices(), garageManager);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user