Currently I got this:
console = new StyleClassedTextArea();
console.setEditable(false);
console.setStyle("-fx-background-color: rgba(0, 0, 0, 1)");
A blue line background highlight appears (like how it does in a CodeArea). How do I remove this blue line highlight?
Currently I got this:
A blue line background highlight appears (like how it does in a CodeArea). How do I remove this blue line highlight?