Added Help Menu and Fixed Theme Switch

This commit is contained in:
MSefaKeskin
2025-12-20 12:52:14 +03:00
parent 96fc9408ec
commit 93717da8f3
3 changed files with 261 additions and 2 deletions

View File

@@ -16,9 +16,12 @@
<padding>
<Insets top="10" right="20" bottom="10" left="20"/>
</padding>
<Label text="📅 Exam Scheduling System" styleClass="title-label" HBox.hgrow="ALWAYS"/>
<Label text="📅 Exam Scheduling System" styleClass="title-label"/>
<Region HBox.hgrow="ALWAYS"/>
<Button fx:id="helpButton" text="❓" onAction="#onShowHelp"
styleClass="header-icon-button"/>
<Button fx:id="themeToggleButton" text="🌙" onAction="#onToggleTheme"
style="-fx-background-color: transparent; -fx-text-fill: white; -fx-border-color: transparent; -fx-border-width: 0; -fx-padding: 8; -fx-font-size: 18px; -fx-cursor: hand;"/>
styleClass="header-icon-button"/>
</HBox>
<Separator/>
</VBox>