Lab4 finished

This commit is contained in:
Artyom_Yashin 2023-11-24 18:27:31 +04:00
parent e405a0c857
commit 0a6a9defbf

View File

@ -194,7 +194,7 @@ public class FramePlaneCollection extends JFrame {
FrameAirBomber form = new FrameAirBomber();
form.ChangePlane(trashCollection.Pop());
} catch (Exception e){
throw new RuntimeException();
}
}
}