LWUIT offers a comprehensive toolbox for showing information on forms
Top level component that serves as the root for the UI, this Container handles the menus and title while placing content between them. By default a forms central content (the content pane) is scrollable. Form contains Title bar, MenuBar and a ContentPane. LWUIT offers a comprehensive toolbox for showing information on forms and receiving user input, including many familiar components such as labels, buttons, and lists. Simply create the components you want to use and pass them to the form's addComponent() method.