Change Jframe ICon


URL url=getClass().getResource("rupee.png");
    ImageIcon img=new ImageIcon(url);
    Image ii=img.getImage();
    this.setIconImage(ii);

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines