Closed eekevinle closed 6 years ago
New Logo: (You may not see the "HSS" on this white background)
Width = 100 Height = 100
Just for reference, here's the code i'm using to render my logo:
JLabel icon_logo = new JLabel(""); icon_logo.setIcon(new ImageIcon("Modules\\TrackModel\\Images\\HSS_TrainSim_Logo.png")); icon_logo.setBounds(1080 - 110, 560 - 130, 100, 100); frame_tmGUI.getContentPane().add(icon_logo);
@dylanscode
You still need to add this to your module, then we can close this
Not implemented by the MBO
New Logo: (You may not see the "HSS" on this white background)
Width = 100 Height = 100
Just for reference, here's the code i'm using to render my logo: