close
Skip to main content
Image

r/JavaFX


I finally added MongoDB support to my open-source database tool (DBNavigator)
I finally added MongoDB support to my open-source database tool (DBNavigator)
Image r/JavaFX - I finally added MongoDB support to my open-source database tool (DBNavigator)

FXML not loading
FXML not loading
  • Image
    r/JavaFX - FXML not loading
  • Image
    r/JavaFX - FXML not loading
  • Image
    r/JavaFX - FXML not loading
  • Image
    r/JavaFX - FXML not loading

How to remove the blue focus border
How to remove the blue focus border

To my knowledge, JavaFX is a modern GUI framework which works with Java. For the past few days, i am deeply studying it. But I have a problem. Most of the time I like to design the UI. But all control components especially Buttons have a blue border. During my research, I found out it is called Focus Border and its for keyboard navigation. I tried to remove it by CSS and Java(setFocusTraversable()) but none worked. I am asking how to make it so when we use keyboard it enables this navigation but when use mouse it disables this or how to remove it permanently.