Class GenericDateCellRenderer

All Implemented Interfaces:
GComponent, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, SwingConstants, TableCellRenderer

public class GenericDateCellRenderer extends GTableCellRenderer
The JDK-provided DateRenderer does not inherit the backgrounds and such properly. For LAFs having tables with alternating backgrounds, e.g., Aqua and Nimbus, the date column does not have the correct background. This fixes that.
See Also:
  • Constructor Details

    • GenericDateCellRenderer

      public GenericDateCellRenderer()
    • GenericDateCellRenderer

      public GenericDateCellRenderer(String toolTip)
  • Method Details