Class CalendarFrame.ColoredLabel

java.lang.Object
java.awt.Component
com.ibm.icu.dev.demo.calendar.CalendarFrame.ColoredLabel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Enclosing class:
CalendarFrame

private static class CalendarFrame.ColoredLabel extends Component
ColoredLabel is similar to java.awt.Label, with two differences: - You can set its text color - It draws text using drawString rather than using a host-specific "Peer" object like AWT does. On 1.2, using drawString gives us Bidi reordering for free.