Hello everyone!
I am entering this world of JAVA and programming as well and I would like some advice on how to approach this from a logical point of view and thus be able to start.
I want to generate a code that has these components:
1- A field where I enter "name1" and another field where I enter a "number1"
2- A field "number2"
3- A "+" button that adds two other fields equal to that of point 1, but below (as if it were an excel spreadsheet and the rows are completed) and also performs a calculation (number2/number of rows) x number 1
4- Show the result in a "number3" field
I hope you can help me
Thanks!
MyVDB.-