Sean

Avatar
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Spring boot log file colors

    Answered
    When 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...
    • 2 followers
    • 4 comments
    • 0 votes
  • 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
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    I can't build JavaFX application

    Answered
    I get this error: Error:Java FX Packager: Can't build artifact - fx:deploy is not available in this JDK version: 2019.3.3
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    In JavaFX project CSS styles color picker menu does not open

    Answered
    This 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 ":...
    • 4 followers
    • 11 comments
    • 0 votes
  • Created

    Two questions about JavaFX

    Answered
    1. 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...
    • 2 followers
    • 2 comments
    • 0 votes