From 83b1de8642ca8000f08aeb08ea0fae6cb4d2af18 Mon Sep 17 00:00:00 2001 From: Tonny Date: Mon, 14 Mar 2022 16:38:22 +0200 Subject: [PATCH] Update Main.java # I have set the window to fixed size so it won't be maximized or otherwise. # I have also fixed grammar error in README.md file --- README.md | 5 ++++- src/home/Main.java | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 893f324..c356a88 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Previews ![](https://github.com/k33ptoo/School-Management-System-JavaFX/blob/master/screenshots/sc4.PNG) -This project is purely **JavaFX** - it gives you a basis of what to do regarding your projects, **Note:** it is not a fully fledged system. Some of the things covered apart from UI design is +This project is purely **JavaFX** - it gives you a basis of what to do regarding your projects, + +**Note:** +It is not a fully fledged system. Some of the things covered apart from UI design are: - Adding data to tableview - Setting Application Icon diff --git a/src/home/Main.java b/src/home/Main.java index fbcfe19..a09ab61 100644 --- a/src/home/Main.java +++ b/src/home/Main.java @@ -6,7 +6,6 @@ import javafx.scene.Scene; import javafx.scene.image.Image; import javafx.stage.Stage; -import jfxtras.styles.jmetro8.JMetro; public class Main extends Application {