Working on sidebar menu UI.

This commit is contained in:
Asal Lotfi
2025-08-11 12:20:30 +03:30
parent 53008e2bd8
commit 7c36dc808d
5 changed files with 80 additions and 45 deletions
@@ -14,6 +14,9 @@ public class TelegramApplication extends Application {
public void start(Stage stage) throws IOException {
FXMLLoader fxmlLoader = new FXMLLoader(TelegramApplication.class.getResource("/org/to/telegramfinalproject/sidebar_menu.fxml"));
Scene scene = new Scene(fxmlLoader.load(), 1480, 820);
scene.getStylesheets().add(getClass().getResource("/org/to/telegramfinalproject/CSS/sidebar_menu.css").toExternalForm());
stage.setTitle("Telegram");
stage.setScene(scene);
stage.show();