문제

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