added manifest
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
-fx-font-size: 16px;
|
||||
}
|
||||
|
||||
.button {
|
||||
-fx-background-color: ;
|
||||
}
|
||||
|
||||
.label {
|
||||
-fx-text-fill: #13e89a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user