}
private void paintHomeFolderIcon(Graphics2D g, JComponent c, int width, int height) {
FolderHomeIcon icon = new FolderHomeIcon();
icon.setDimension(new Dimension(width, height));
icon.paintIcon(c, g, 0, 0);
}
private void paintNewFolderIcon(Graphics2D g, JComponent c, int width, int height) {
FolderNewIcon icon = new FolderNewIcon();
icon.setDimension(new Dimension(width, height));