icon.setDimension(new Dimension(width, height));
icon.paintIcon(c, g, 0, 0);
}
private void paintDirectoryIcon(Graphics2D g, JComponent c, int width, int height) {
FolderIcon icon = new FolderIcon();
icon.setDimension(new Dimension(width, height));
icon.paintIcon(c, g, 0, 0);
}