Package mars.venus

Class SimpleCellRenderer

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

public class SimpleCellRenderer extends DefaultTableCellRenderer
Use this to render Monospaced and right-aligned data in JTables. I am using it to render integer addresses and values that are stored as Strings containing either the decimal or hexadecimal version of the integer value.
See Also: