Search code examples
java-melwuitmobile-applicationmidp-2.0lwuit-form

What is the difference between com.sun.lwuit.Form.show() and com.sun.lwuit.Form.showBack()?


What is the difference between com.sun.lwuit.Form.show() and com.sun.lwuit.Form.showBack()? I think both are displays the form. I think both are same.


Solution

  • If you choose form.Show() the form will slide in from the right side of the display and move to the left (By default.)

    If you choose form.showBack()the form will slide in from the LEFT side of the display and move to the RIGHT(By default.)

    You can reverse the direction of transition too.