KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > Spacer

javax.microedition.lcdui
Class Spacer

java.lang.Object
  |
  +--javax.microedition.lcdui.Item
        |
        +--javax.microedition.lcdui.Spacer

public void addCommand(Command cmd)
See Also:
IllegalStateException, Item
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDefaultCommand(Command cmd)
See Also:
IllegalStateException, Item
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLabel(String label)
See Also:
IllegalStateException, Item
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMinimumSize(int minWidth,
                           int minHeight)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Spacer(int minWidth,
              int minHeight)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags