Убран лишний пробел

This commit is contained in:
Илья 2023-12-05 14:37:54 +04:00
parent e67810013b
commit 366c6e94bc

View File

@ -26,7 +26,6 @@ public class PictureBoxRandomGeneration extends JPanel {
buttonRandomCreation.setVerticalTextPosition(JButton.CENTER);
buttonRandomCreation.setAlignmentX(Component.CENTER_ALIGNMENT);
buttonRandomCreation.addActionListener(e -> {
drawingLocomotive = randomGeneric.getDrawingLocomotive();
repaint();