Example usage for javax.swing Icon interface-usage

List of usage examples for javax.swing Icon interface-usage

Introduction

In this page you can find the example usage for javax.swing Icon interface-usage.

Usage

From source file SortableTable.java

/**
 * An arrow icon that can point up or down (usually used to indicate the sort direction in a table).
 * <P>
 * This class (and also SortButtonRenderer) is based on original code by Nobuo Tamemasa (version
 * 1.0, 26-Feb-1999) posted on www.codeguru.com.
 *