From 0a6a9defbf265b64a230556af789b7e4cee9947f Mon Sep 17 00:00:00 2001 From: Artyom_Yashin Date: Fri, 24 Nov 2023 18:27:31 +0400 Subject: [PATCH] Lab4 finished --- src/form/FramePlaneCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/form/FramePlaneCollection.java b/src/form/FramePlaneCollection.java index 7037a58..990404f 100644 --- a/src/form/FramePlaneCollection.java +++ b/src/form/FramePlaneCollection.java @@ -194,7 +194,7 @@ public class FramePlaneCollection extends JFrame { FrameAirBomber form = new FrameAirBomber(); form.ChangePlane(trashCollection.Pop()); } catch (Exception e){ - + throw new RuntimeException(); } } }