Cormac Redmond
Cormac Redmond
The resulting window via "Preview -> Show Preview in Dialog" appears to ignore the Scene Style Sheets (i.e., stylesheets added via Preview -> Scene Style Sheets). ### Expected Behavior The...
### Expected Behavior Log file to be created in log directory reported in About dialog (Windows/Linux). ### Current Behavior No log file. ### Steps to Reproduce Run app, go to...
## Expected Behavior Better documentation (not JavaDoc), covering various use cases and utility classes. ## Actual Behaviour There's very little relevant documentation, but there seems to be a tonne of...
Images not visible / resolving in any of the Javadocs. For example: - https://javadoc.io/doc/org.controlsfx/controlsfx/latest/org.controlsfx.controls/org/controlsfx/control/textfield/CustomTextField.html because of a 403 to: - https://javadoc.io/static/org.controlsfx/controlsfx/11.1.2/org.controlsfx.controls/org/controlsfx/control/textfield/customTextField.png
Sample App's HelloHyperlinkLabel looks for non-existant style.css, leading to an exception and non-loading of the HyperlinkLabel demo. `root.getStylesheets().add(getClass().getResource("/style.css").toExternalForm());` Can be fixed by removing that line.
javafxStaticSdkVersion has a default of 21-ea+11.1. Why is it stuck there? What other possible versions are there and why aren't they documented anywhere, and why doesn't the available static libraries...
Windows Native Image supports one third of JavaFX, going by this image, and MacOS, two thirds. And I believe the Linux "web" green tick is incorrect, it is also not...
The project seems geared mostly towards Android and Apple. It's almost impossible to customise anything for desktop packaging such as an application .EXE's icon (for Windows), installer options (options to...
``` Caused by: java.lang.IllegalAccessException: module javafx.base cannot access class org.scenicview.view.tabs.EventLogTab$ScenicViewEvent (in module org.scenicview.scenicview) because module org.scenicview.scenicview does not open org.scenicview.view.tabs to javafx.base at [email protected]/com.sun.javafx.property.MethodHelper.invoke(Unknown Source) ... 57 more ``` I...
issue-81: fixing module-info.java (originally missing an opens org.scenicview.view.tabs to javafx.base) by making the whole module open. Also removing redundant exports / tidying up file.