Sean

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
Created Bookmarks Not Present in View>Tool Windows
Answered"Bookmarks" are not in that menu as the manual says. Instead, it is under "Navigate" menu. But the main issue is that when I open the Bookmarks, it appears as a modal and I am not able to open it a... -
Created Spring boot log file colors
AnsweredWhen I open a log file it shows each part of the logged line in different color, how can I configure these colors? I can configure the console colors through the logback xml but I was wondering how... -
Created Issue in JavaFX .fxml editor
Answered<TableColumn text="Sensor4" prefWidth="${tableView.width * 0.20}"> The above expression works fine in program but the editor has a problem with it.How can this be fixed?Sean -
Created I can't build JavaFX application
AnsweredI get this error: Error:Java FX Packager: Can't build artifact - fx:deploy is not available in this JDK version: 2019.3.3 -
Created In JavaFX project CSS styles color picker menu does not open
AnsweredThis only happens in my new JavaFX projects. My older ones still open the color picker menu correctly. for example in my styles.css file: .button { -fx-text-fill: } in my new projects after ":... -
Created Two questions about JavaFX
Answered1. Every time I start a new JavaFX project, I have to add the JavaFX SDK library and add a module-info.java file with "requires javafx.fxml;", "requires javafx.controls;" and "opens sample;" Is the...