I would like my JSpinner to show up as having a Layout of GridLayout (3, 1), with;
Panel.add (JTextField);
Panel.add (Up_JButton);
Panel.add (Down_JButton);
and all 3 (contained) GUI components to be the same size.
Is this possible?
if (so) How?
(My work around is to build it myself, which I'm already half way there.)
TIA!