PIbd-21. Rodionov I.A. Lab work 03. Hard #3

Closed
ILRodionov wants to merge 2 commits from lab3 into lab2
Showing only changes of commit 366c6e94bc - Show all commits

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();