Pi 317 client icon

well i’ve searched all over google and i jsut can’t find any tutorials for a way of adding an icon to my client.

Please search properly before posting.

[quote=“X-J-K-X, post:2, topic:554642”]Please search properly before posting.

if your going to try and help me why dont you do it properly that link did nothing for me

lol

like i was thinknig of putting in

String imgURL = "./ICONS/Moon.png"; frame.setIconImage(new ImageIcon(imgURL).getImage()); but i dont know a specific file to put it in

[quote=“angle2000555, post:5, topic:554642”]like i was thinknig of putting in

String imgURL = "./ICONS/Moon.png"; frame.setIconImage(new ImageIcon(imgURL).getImage()); but i dont know a specific file to put it in[/quote]
Maybe you should be more specific in what your issue is before you get on someone’s case for trying to help.
While he didn’t have to be so rude about it, you didn’t clarify you had an idea on what to do.

Also, try putting it in the “RSFrame” class if you have it. Here’s a hint as to why:

(The setIconImage method is a child of the Frame class).