Class RmaColorRenderer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer, SwingConstants, TableCellRenderer

public class RmaColorRenderer extends JLabel implements ListCellRenderer, TableCellRenderer
This is a class that does simple color rendering. The purpose is to render a color along with its name for any component thar requires a javax.swing.ListCellRenderer. The Object to render is a "Color" array of the form {Color, String}. The color represents the Color value and the String represents the name
See Also: