How can I filter images and use filesystemview icons in my jtree?
- by HoLeX
First of all sorry about my english. So, i have some problems with my JTree because i want to filter specific types of images and also i want to use icons of FileSystemView class. Can you help me? I will appreciate so much.
Here is my code:
import java.awt.BorderLayout;
import java.io.File;
import java.util.Iterator;
import java.util.Vector;…