Board Prototype

Attention : Programming, Development, Edtior check content blog in Main. Error be no Running.

Sunday, September 29, 2019

[JAVA] How to add icon.

initComponent:

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

No comments: