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 {