From 23c50de11b9fcde8b7e50b3cd7579aa30926e418 Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 6 Oct 2021 14:38:13 +0200 Subject: [PATCH] Contol Windwo Update. Velocity Change implemented. FONT and some other Var and method needs to be implemented in the GUI class not in Menu Window --- src/gui/ControlWindow.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/ControlWindow.java b/src/gui/ControlWindow.java index 857fec9..67278f3 100644 --- a/src/gui/ControlWindow.java +++ b/src/gui/ControlWindow.java @@ -67,6 +67,9 @@ public class ControlWindow { } + /* Contol Windwo Update. Velocity Change implemented. + FONT and some other Var and method needs to be implemented in the GUI class not in Menu Window */ + private void initVelocity(Font text){ velocitySlider = new JSlider(minVelocity, maxVelocity); velocitySlider.setBounds(180, 110, 200, 20);