0

Please let me know how to resize StringItem button. I want to make it large.

btnExit= new StringItem("", "Exit", StringItem.BUTTON);
gnat
  • 6,213
  • 108
  • 53
  • 73
Parmanand
  • 355
  • 2
  • 6
  • 15

1 Answers1

2

AFAIK, Resizing,Setting padding and Margin through Pure J2ME is very difficult. Even though you managed to do it somehow, it wont fit with all device screens. So, I suggest you to use LWUIT(Light Weight User Interface Toolkit). Customizing all the components in LWUIT is very easy and you can attain very good UI using it with very less memory footprint.

  • if you feel the answer is helpful , accept it as an answer to your question. So, that it will be helpful for the future referrers. –  Apr 09 '13 at 17:01