@FXML public CodeArea textArea; ... textArea.setStyle("-fx-font-size:32px"); Can you please tell how to change the font size without changing the size of the scroll? 
@FXML public CodeArea textArea;
...
textArea.setStyle("-fx-font-size:32px");
Can you please tell how to change the font size without changing the size of the scroll?