Miletone

Rp0 / Rp1.000.000

Showing posts with label [JAVA] How to add icon.. Show all posts
Showing posts with label [JAVA] How to add icon.. Show all posts

Sunday, September 29, 2019

[JAVA] How to add icon.

initComponent:

ImageIcon ico = new ImageIcon("src/icon.jpg");
setIconImage(ico.getImage());