This class implements an component that display a non interactive string.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
Set the index of the component that have the focus.
If the component doesn't manage the focus, the next one is searched.
If no component at all manages the focus, the focus index is set to -1 (no focus).
Set the index of the component that have the focus.
If the component doesn't manage the focus, the next/prev one is searched (next if ascending, prev if not).
If no component at all manages the focus, the focus index is set to -1 (no focus).
Specify if want want the component to manage focus. WARNING: Do not use this feature if your application can run on a platform without pointing device.