|
1 |
OBJ2GUI This project aim to generate automatically GUI corresponding to an existing instance of object, helping developper to win time on first stage of (GUI) development.
Generation is based on variables annotations with multiple parameters, helping to design more sophisticated GUI.
Works as simple as it needs only some lines of code to generate a "JPanel" reflecting an objects where variables becomes viewable/editable.
All input controls are normally done automatically to forbbid bad input of the user avoiding developper headache. (eg : Textfield binded to an Integer : user shouldn't be allowed to put non digit characters).
|
726 |