Search code examples
java-melwuit

Lwuit Command Component


T want to add more than 2 Commands in a single row in the Footer in LWUIT Form, suppose I want to add Back, Select and Exit Command in a single row. How can I do that?


Solution

  • Use this Display.getInstance().setThirdSoftButton(true);

    See this Command in LWUIT