Class Summary |
Border |
Base class that allows us to render a border for a component, a border is drawn before
the component and is drawn within the padding region of the component. |
DefaultLookAndFeel |
Used to render the default look of LWUIT |
LookAndFeel |
Allows a UI developer to completely customize the look of the application by
overriding drawing/sizing methods appropriately. |
Style |
Represents the look of a given component: colors, fonts, transparency, margin and padding & images. |
UIManager |
Central point singleton managing the look of the application, this class allows us to
customize the styles (themes) as well as the look instance. |