Very good. I am looking for a way to create forms that contain JLabel, JTextField, JButton, that is, to register the data of a person or search in a JTable.
I have been working so far with the NetBeans GUI but my program is getting very big and I am realizing that my program consumes a lot of memory and that in the long run is not good.
Now I'm doing the forms to code but placing the components exactly where you want is expensive and carries many lines of code for small results.
Do you know any other way that you can create a form more quickly and that does not load the memory as much as NetBeans does?
Thank you very much for everything and greetings.