LWUIT 1.4:虚拟键盘内部错误

发布于 2024-12-21 16:56:59 字数 511 浏览 3 评论 0原文

当我在显示 virtualKeyboard 外部时单击它,然后我收到一个 Dialog 显示以下消息:

An internal application error occured : 
java.lang.IllegalArgumentException : Component is already contained in Container : 
Container[x=0 y=140 width=240 height=180, layout = BorderLayout, scrollableX = false, scrollableY = true, components = [VirtualKeyboard$1, Container]]

多次显示 virtualKeyboard 后发生错误。

我查看了我的代码,但没有找到任何单词 BorderLayout

那么如何纠正这个错误呢?

When I click outside the virtualKeyboard when it is shown then I got a Dialog showing this message :

An internal application error occured : 
java.lang.IllegalArgumentException : Component is already contained in Container : 
Container[x=0 y=140 width=240 height=180, layout = BorderLayout, scrollableX = false, scrollableY = true, components = [VirtualKeyboard$1, Container]]

The error occured after showing more than once the virtualKeyboard.

I looked my code but I didn't find any word BorderLayout !

So how to correct this error ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

西瓜 2024-12-28 16:56:59

LWUIT 1.4 是旧的静态版本。因此,您可以使用新的 LWUIT 版本(1.5),或者您可以查看 LWUIT SVN 存储库 并使用最新更新的版本。

LWUIT 1.4 is old and static version. So you can use new LWUIT version(1.5) or you can checkout the LWUIT SVN repository and use latest updated version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文