Get rid of duplicated border on javafx.scene.control.TextField
问题 I'm working on a TextField and just get a strange "extra border" I can't identify where it is comming from. My UI looks like this (the extra border is in grey, the ordinary border I painted red in my CSS for debug): FXML excerpt: <HBox fx:id="sliderControlPane" styleClass="parameterSliderControlPane" alignment="CENTER" visible="false"> <Slider fx:id="parameterSliderControl" styleClass="parameterSliderControl" prefWidth="195" /> <Pane prefWidth="14"/> <TextField fx:id=