Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 LWUIT 平台的新手。我正在开发一个应用程序,我想将点击事件添加到标签和容器中。
有没有可能?
不,Label不适用于可点击事件。将 aButton与 a 的一个方面一起使用Label。这对你来说会更容易。Containers可能有点击事件,但会更难。
Label
Button
Containers