1

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.

Chen
  • 3,760
  • 1
  • 17
  • 21
Obisi7
  • 485
  • 1
  • 5
  • 18

1 Answers1

1

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

Chen
  • 3,760
  • 1
  • 17
  • 21