In my UI input textfields, I border them red if user enters bad data. However I need to reset the border back to how it was.
field.setStyle("-fx-border-color: gray;");
This does not produce the default border on windows XP (JavaFX2.2.21)
The default border is rounded and lightgray.
I also tried unsuccessfully
field.setStyle("-fx-border-color: null;");
-border-color: null;");r-color: gray;"