Here you can find the source of getFolderIcon()
public static ImageIcon getFolderIcon()
//package com.java2s; //License from project: MIT License import javax.swing.ImageIcon; public class Main { public static ImageIcon getFolderIcon() { return new ImageIcon("resources/images/folder.png"); }/*from w w w.j a v a 2s . com*/ }