Class CatalogPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CatalogPane extends JPanel
Create a JPanel containing a tree of resources.

The tree has two top-level visible nodes. One, "icons", represents the contents of the icons directory in the resources tree in the .jar file. The other, "files", is all files found in the "resources" filetree in the preferences directory. Note that this means that files in the distribution directory are _not_ included.

See Also: