1
votes

Can a form designed in JFormdesigner be used in a codenameone application? If so, how? I know I can start the form from the main class with new LoginForm().show(); but not sure if the generated codes by JFormdesigner will work with codenaeone.

Thanks.

P.S. But if there is another form designer that would work e.g. the IntelliJ Idea GUI builder.

1
You are aware that cn1 does have its own deigner? - kaya

1 Answers

1
votes

No, jformdesigner creates swing gui and not a CN1 Form.