Skip to content

Commit 640459c

Browse files
bedaHovorkaclaude
andcommitted
Fix Frame.kt simulation-mode layout diagram to show StatusBar
The class-level ASCII diagram omitted StatusBar from the simulation mode view. The implementation keeps StatusBar visible throughout (speed indicator uses its separate speedLabel); the diagram now matches. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2bf0eed commit 640459c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • desktop-ui/src/main/kotlin/cz/vutbr/fit/interlockSim/gui

desktop-ui/src/main/kotlin/cz/vutbr/fit/interlockSim/gui/Frame.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ import javax.swing.Timer
6666
* ├─────────────────────────────────┤
6767
* │ EventTimelinePanel (NEW) │
6868
* │ [Filters] [Event log...] │
69+
* ├─────────────────────────────────┤
70+
* │ StatusBar (speed indicator) │
6971
* └─────────────────────────────────┘
7072
* ```
7173
*

0 commit comments

Comments
 (0)