Java Swing Icon getFolderIcon()

Here you can find the source of getFolderIcon()

Description

get Folder Icon

License

Open Source License

Declaration

public static ImageIcon getFolderIcon() 

Method Source Code

//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*/
}

Related

  1. getClosestIcon(Collection icons, int height)
  2. getDefaultIcon()
  3. getDefaultIcon()
  4. getDefaultIcon()
  5. getEmptyIcon()
  6. getFolderIcon()
  7. getIcon(boolean isPressed, Icon baseIcon_)
  8. getIcon(Class baseclass, String name)
  9. getIcon(Class clazz, String path)