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.
在我们的项目中,我们自定义了 checkbox(Un)CheckedImage,如下图所示
这很好,但是如果我们按下复选框,它会缩小并改变颜色,如下图右侧所示
我找不到常量名称“checkBoxPressed...”,如下所示
我联系了 Codenameone 寻求帮助。我得到了答案:
我需要添加常量: checkBoxCheckedFocusImage checkBoxUncheckedFocusImage
它奏效了。
他们还要求我在这里发布这个问题和答案,以便将来有同样问题的人受益。