I migrated my project to Maven and noticed that right click -> New -> Codename One Resource file/Container/Dialog/Form
is not there anymore.
This is what I have now:
Where did it move?
Thanks a lot.
There is a maven goal for this but it isn't exposed in the GUI. https://shannah.github.io/codenameone-maven-manual/#create-gui-form
Basic usage:
mvn cn1:create-gui-form -DclassName=com.example.MyForm