it should work
This commit is contained in:
parent
2e15fc5835
commit
68b4873cfe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,7 +34,8 @@ public class ManagerGui extends JFrame {
|
|||||||
this.setLayout(grid);
|
this.setLayout(grid);
|
||||||
|
|
||||||
//Create and add header
|
//Create and add header
|
||||||
//logo = new ImageIcon(logoFilePath);
|
logo = new ImageIcon(logoFilePath);
|
||||||
|
Jlogo = new JLabel(logo);
|
||||||
Jname = new JLabel(name);
|
Jname = new JLabel(name);
|
||||||
this.add(Jname);
|
this.add(Jname);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user