lcdui.spacer — Creates a spacer element in a form.
lcdui.spacer
-minwidth minimum width
-minheight minimum height
Note | |
---|---|
Image items also utilize the common "item" options, described here: lcdui item options |
The lcdui.spacer command creates a spacer to separate form elements.
Via the -minwidth
and -minheight
options, you can
specify the minimum width and height. For an in-depth look at the Java code that this
command is based on, see: javax.microedition.lcdui.Spacer