Hello i'm doing this:
area.setFont(Font.font(20));
But nothing happens the font stays the same.
This is my StyleClassesTextArea:
private StyleClassedTextArea area = new StyleClassedTextArea();
And i'm called the setFont method in the start method above stage.show();
Hello i'm doing this:
But nothing happens the font stays the same.
This is my StyleClassesTextArea:
And i'm called the setFont method in the start method above stage.show();