问题标签 [lwuit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java-me - 如何在 LWUIT 中居中对齐?
mForm.addComponent(new Label("some text"));
我想在屏幕上居中对齐我的文本。
我该怎么办?我正在使用 LWUIT 1.4。
java-me - 如何创建 LWUIT res 文件?
嗨,我需要在 LWUIT 中打开我的资源文件,但首先如何创建资源文件?
java-me - 如何在 Lwuit 命令中包含检查?
嗨,我想在显示屏上的命令之外添加一个检查(如在勾号中)。有什么方法可以实现吗?
multithreading - 如何在黑莓中实现两个 UI 线程 LWUIT?
我正在使用 LWUIT 为黑莓编写应用程序。我想在先前打开的窗口中执行进程时显示一个弹出窗口。我怎样才能做到这一点?
在此先感谢 Sajith Weerakoon。
java - 如何使用 LWUIT 主题
我想使用 LWUIT 以良好的方式制作我的应用程序的 GUI。但我面临的问题是我无法使用主题。
我已经关注了这个链接The Lightweight User Interface Toolkit LWUIT An Introduction。
我曾使用此代码加载主题。但这给了我例外。
java-me - 在 lwuit 中为树视图动态创建节点
我想以动态方式创建一个节点,在静态plz帮助的示例代码之上
java - lwuit中的动态表
如何在 lwuit 中创建动态表
这是针对静态的。我想动态创建行数和列数..请帮助
java - lwuit java中html组件中的滚动条
我想创建带有文本区域和文本框的聊天窗口lwuit
。Textarea 必须能够显示笑脸和着色文本。我用过HtmlComponent
lwit 并在滚动条中遇到问题。随着文本内容的大小增加,整个屏幕滚动,包括文本框。我只想滚动 textarea 的内容。
如何解决?
java - 如何在 LWUIT 框架中使用 CSS?
我需要在 LWUIT 组件中使用 css。是否可以?如果它可能的手段告诉我我们可以如何使用?
java-me - Netbeans6.9.1 Image as icons
I'm currently using Netbean 6.9.1 and I just want to add some PNG files to my program when it builds. I'm using the files as icons for some of the GUI buttons and labels. But when I select clean and build main project or build main project and execute the JAR file outside the IDE, the icons are missing.
I put the image files into my project folder and basically just add this kinda code in. the code is working it sisplays the icons but it did nor pick the images for those icons.