magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.91k stars 779 forks source link

GUI: Migrate from Netbeans 8 .form files, restore missing #9211

Closed Alex-Vasile closed 1 month ago

Alex-Vasile commented 2 years ago

Many of the UIs are build using Netbeans 8. A VERY old version.

NetBeans must be a main GUI editor (95% of xmage forms written with it)

TODO

JayDi85 commented 2 months ago

No needs in restore old form files (it’s netbeans only feature and depend on it, also do not support GUI sizing). Must use runtime creation code with layouts. NetBeans can be used as code template how to setup or use layout.

There are few heavy and complex forms — too heavy for runtime:

All other form files are not necessary