如何在使用 LWUIT 时使用 MMAPI 在 J2me 中拍摄快照
我想制作一个从相机拍摄快照并将其发送到服务器的应用程序。我可以使用 MediaPlayer 在 Highlevel UI 中轻松完成此操作,但似乎我无法在 LWUIT 中使用…
如何在 lwuit 中为相同文本添加第二个前景色
如何在 lwuit 中为相同文本添加第二个前景色? Label lable=new Label(); lable.setText("This is a Lable"); lable.getStyle().setFgColor(0xffffff)…
电子邮件在 j2me lwuit 中有效
我有兴趣知道用户提供的电子邮件是否有效?我尝试使用 Pattern 和 Regex ,但这些类在 lwuit j2me 中不可用,那么在这种情况下如何才能有效的电子邮件…
带按钮事件的 lwuit 日历
我尝试使用表单在按钮单击时显示日历,但我无法更改日期,并且很难找到焦点。 ... Button mdate=new Button("change date"); mdate.addActionListener…
LWUIT ComboBox 弹出主题主题问题
我想自定义 LWUIT 中 ComboBox 弹出列表的外观。尽管如此,当我尝试更改 ComboBox、ComboBoxFocus、ComboBoxItem、ComboBoxList、ComboBoxPopup 时> L…
使用 lwuit 1.4 为表单创建动态按钮
public class StateMachine extends StateMachineBase { public Container con1; protected void beforeMainForm(Form f) { con1 = findMenucon(f); s…
Lwuit 非静态对话框有问题吗?
当我使用 Dialog form = new Dialog("Login"); Label userL = new Label("Username"); Label passL = new Label("Password"); TextField user = new T…
向列表中的每个列表项添加图标
我想为列表和图像中的每个项目添加一个图标。这是我创建列表的代码: Form f3=new Form("DEMO FORM"); f3.setScrollable(true); f3.setLayout(new Bor…