rsanchez-wsu / jfiles

A Java-based file browser
GNU General Public License v3.0
20 stars 9 forks source link

TreeItem Class #374

Open ianbarney opened 7 years ago

ianbarney commented 7 years ago

This class will contain a String variable for the path and an image for the gui. It will provide a way to use event handling on each tree item so that when a tree item is clicked we can pass it the path to create it's children. This will help complete issue #321

This issue is completed when the class contains all the information and has event handling that will populate the rest of the tree with the directories contained in the directory that gets clicked.