leewyatt
leewyatt
Very useful PR, looking forward to it.
@bridgekeeper Sorry. I discussed this issue in a javafx community, and many people found this feature very useful, so they replied to this discussion; there may be more people replying...
Please keep active ^_^
Considering that there are still many users in Java8. It may be necessary to open a new branch to support users using java11+, which may be a good choice.
Hi, Some developers do not prefer to use FXML for creating UI and would rather not import or rely on the FXML module. This is personally why I think an...
Wow, replacing some Java code with CSS can make the Java code more focused on business logic, making it much cleaner.
I suspect the reason is that the Windows system scales the tray icon, resulting in a clearer appearance. However, when using FXTrayIcon, the blurriness is caused by our own icon...
Thank you, this PR is extremely, extremely useful.
> # Standardize VirtualFlow for use in text editors (TextArea). > * Many text editor libraries have their own implementations, but appear to have few functional features. > * javafx's...
Thank you for your response. It seems that due to my limited knowledge on rendering, I've oversimplified the issue. I hope that some knowledgeable expert in this field would be...