The fields I have coloured yellow in the picture are to be filled with numbers. A logic then checks the values for dependencies on each other. The actual problem in this case is a design problem. The application is a B4J-application and will later run on laptops, netbooks and tablets.
How can I select the individual fields and fill them with numbers without adding additional controls to the layout (+/- buttons or similar)? These controls would only cause confusion.
1st variant:
Left-click with the mouse to increment the numerical value in the field. A right click with the mouse decrements the value.
But how do you create a right click on a tablet without a keyboard?
2nd variant:
A single click with the mouse creates the increment, a double click the decrement. This could also work with a tablet.
3rd variant:
A single additional control element is built in (+/- button). The element to be filled is selected and marked in some way (tag value or similar). Then the value is changed with the control element.
Does anyone else have another and, above all, more intuitive idea?
Looking forward to your solutions for this problem...
Cheers from Berlin, BV