it should work

This commit is contained in:
Rémi Heredero 2022-05-19 13:23:36 +02:00
parent 2e15fc5835
commit 68b4873cfe
6 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -34,7 +34,8 @@ public class ManagerGui extends JFrame {
this.setLayout(grid);
//Create and add header
//logo = new ImageIcon(logoFilePath);
logo = new ImageIcon(logoFilePath);
Jlogo = new JLabel(logo);
Jname = new JLabel(name);
this.add(Jname);