Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/home/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down