我想调用已经使用CodeNAmeOne设计的表单并使用
调用它protected void onConnexion_Button1Action(Component c, ActionEvent event) {
TextField tf1 = findTextField(Display.getInstance().getCurrent());
String email = tf1.getText();
if(email.equals("client")){
Form f;
f.show();
}
但是没有找到如何从设计中调用我想要的表格我可以得到组件而不是表格请尽快我需要答案
答案 0 :(得分:0)
使用:
showForm("MyFormName");
这很有用: