سؤال

I am new to Java-me and I am using LWUIT to display radio buttons. When I select a radio button its text starts moving or it start ticker. I would like to stop that.Does some one know how to do that?

هل كانت مفيدة؟

المحلول

You should use the method setDefaultTickerEnable(false) with your Button.

Button LWUIT API

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top