solve label name
This commit is contained in:
parent
470044ff13
commit
3bc2c7b121
Binary file not shown.
@ -3,7 +3,7 @@ package BillGUI;
|
||||
public class HesSoGarage {
|
||||
public static void main(String[] args) {
|
||||
GarageManager garageManager = new GarageManager();
|
||||
String name = "\033[3mGarage manager\033[0m\nPrestations"; //TODO résoudre en italique
|
||||
String name = "<html><body><i>Garage manager</i><br>Prestations</body></html>";
|
||||
String logoFilePath = "src/logo_garage.png"; //TODO redimensionnement automatique
|
||||
new ManagerGui(name, logoFilePath, garageManager.getServices(), garageManager); //TODO affichage sans redimensionnement
|
||||
}
|
||||
|
Reference in New Issue
Block a user