My task is to allow user to enter input only through clicking buttons but not keyboard. So I figured out that I have to use 'isEditable' to the 'TextField'.
I'm clear with buttonsa also. Only thing that is bothering me is the shallow spaces where all the components are placed. It is clear in the case of two horizontal lines.
Those can be drawn using 'drawLine' but what about the pits ?
And I'm thiking to place all these components in 'GridLayout'. Is that a good way ?
In general, what should I call all these elements ( Button, TextField, Label ) in a panel ? Is the
word component appropriate ?