Example usage for javax.swing.filechooser FileView subclass-usage

List of usage examples for javax.swing.filechooser FileView subclass-usage

Introduction

In this page you can find the example usage for javax.swing.filechooser FileView subclass-usage.

Usage

From source file FileChooserDemo.java

/**
 * A convenience implementation of the FileView interface that manages name,
 * icon, traversable, and file type information.
 * 
 * This this implemention will work well with file systems that use "dot"
 * extensions to indicate file type. For example: "picture.gif" as a gif image.