Reputation: 23
I was working on a project and I wanted to reorganize the packages, and because of the weird behaviour Codename One has when refactor/renaming GuiBuilder forms, I decided to create a new project and move those forms to the new project with the proper package organization, but now the Gui Builder won't open because it "doesn't recognize" them as Gui Builder's forms. Any fix so I dont have to create every form again?
Upvotes: 2
Views: 44
Reputation: 52770
The GUI builder forms are really two files:
You need to move both and keep both in the exact same hierarchy!
You can find the latter under the res/guibuilder
hierarchy in your project.
Upvotes: 0