Search code examples
java-melwuitmidp

How to show the bottom of a Form when its last component is displayed?


The container which contains the components inside a Form has a TOP and BOTTOM margin set to 1 and 10 respectively. The problem is that when scrolling through the navigation button ( the down key ) then when reaching the last component which is a Button then the remaining space below , the bottom margin, is not shown. Here are the image when scrolling to the last component :

enter image description here What I want is like this image :

enter image description here So how to show the bottom margin space when scrolling the last component ?


Solution

  • If you aren't using LWUIT 1.5 or SVN then we can't verify and help with issues like these since LWUIT changed quite allot since 1.4.