added manifest

This commit is contained in:
Sem van der Hoeven
2020-03-05 08:59:52 +01:00
parent 580197507e
commit 009eaccccd
3 changed files with 6 additions and 2 deletions

View File

@@ -131,8 +131,8 @@ public class Visualiser extends Application {
graphics.setBackground(new Color(43, 43, 46));
graphics.clearRect(0, 0, (int) canvas.getWidth(), (int) canvas.getHeight());
graphics.setColor(Color.red);
graphics.draw(new Rectangle2D.Double(10, 10, 500, 500));
// graphics.setColor(Color.red);
// graphics.draw(new Rectangle2D.Double(10, 10, 500, 500));
}

View File

@@ -7,6 +7,10 @@
-fx-font-size: 16px;
}
.button {
-fx-background-color: ;
}
.label {
-fx-text-fill: #13e89a;
}