kevingilboy / COE1186

Train stuff!
MIT License
2 stars 1 forks source link

New HSS Pineapple Logo - add this to your module! #162

Closed eekevinle closed 6 years ago

eekevinle commented 6 years ago

New Logo: (You may not see the "HSS" on this white background) New Hss Logo

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);
kotchermichael commented 6 years ago

@dylanscode

You still need to add this to your module, then we can close this

npetro commented 6 years ago

Not implemented by the MBO