File tree Expand file tree Collapse file tree
desktop-ui/src/main/kotlin/cz/vutbr/fit/interlockSim/gui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import javax.swing.Timer
3434 *
3535 * Provides dynamic layout that adapts based on context type:
3636 * - **Editing Mode** ([EditingContext]): StatusBar visible, ControlPanel hidden
37- * - **Simulation Mode** ([SimulationContext]): ControlPanel and EventTimelinePanel visible, StatusBar hidden
37+ * - **Simulation Mode** ([SimulationContext]): ControlPanel and EventTimelinePanel visible, StatusBar remains visible (speed indicator shown)
3838 *
3939 * ## Layout Structure
4040 *
@@ -78,7 +78,7 @@ import javax.swing.Timer
7878 * 1. Creates [EventTimelinePanel] (lazy, reused across simulations)
7979 * 2. Wires EventTimelinePanel to [RailwayNetGridCanvas] → [cz.vutbr.fit.interlockSim.gui.animation.AnimationController]
8080 * 3. Starts 10 Hz timer for [ControlPanel] time updates
81- * 4. Shows ControlPanel and EventTimelinePanel, hides StatusBar
81+ * 4. Shows ControlPanel and EventTimelinePanel (above StatusBar); StatusBar remains visible
8282 *
8383 * When an [EditingContext] is set, the frame:
8484 * 1. Hides ControlPanel and EventTimelinePanel
You can’t perform that action at this time.
0 commit comments