79220328

Date: 2024-11-24 14:53:45
Score: 0.5
Natty:
Report link

Since you are using a Hbox container, you can just use the setSpacing() method:

setSpacing(double value)

This method allows you to set a desired space between the children of the HBOX container, which, in this scenario, is your buttons, this way:

buttonPanel.setSpacing(10);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NebuCodeNezzar