Binds the given listener object to the component, this works seamlessly for
common LWUIT events but might be an issue with custom components and custom
listener types so this method can be overloaded to add support for such cases.
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.
Border() -
Constructor for class com.sun.lwuit.plaf.Border
Prevents usage of new operator, use the factory methods in the class or subclass
to create new border types.
BORDER -
Static variable in class com.sun.lwuit.plaf.Style
The browser component is an interface to an embeddable native platform browser on platforms
that support embedding the native browser in place, if you need wide compatibility and flexibility
you should check out the HTMLComponent which provides a lightweight 100% cross platform
web component.