Bradley Turek
Bradley Turek
Here, now they have a place—all the boilerplate is done. #634 But there's nothing "**demo**nstrated" yet. Can anyone help out with that?
@jfoenixadmin, I saw that you added an example of how to use a `JFXAlert`; thanks :+1: . You mentioned in #634 that "unlike java Alerts, `JFXAlert` doesn't support return type."...
If I understand correctly, the reason for this is because `JFXAlert` doesn't use `ButtonType`s. Through a series of events native to `Dialog`, the `ButtonData.CANCEL_CLOSE` is returned because no result is...
Recently I discovered a way to avoid the `ClassCastException` that occurs if the user enters/clicks nothing (the one I mentioned in my last comment). The default result converter returns a...
At this line https://github.com/edvin/fxlauncher/blob/3024b413c8743d1e3576e91f9911b68076bcb625/src/main/java/fxlauncher/Launcher.java#L171 could we call `launch()` instead of `init()`? I have a suspicion that doing that in combination with [setting the preloader as a system property](https://stackoverflow.com/a/47540060/5432315) might allow...
Here's a pro tip I learned recently. If you've got Git Bash installed (you'll know that you do if you can see these options when you right click in any...
I added some documentation of the `ALLUSERS` option in [the README](https://github.com/edvin/fxlauncher#installation-location) (pending merging of PR #145) and [the wiki](https://github.com/edvin/fxlauncher/wiki/Optional-Cache-Directory).
I get a very similar error in `dmesg ` after I take out and put back in my adapter after installing. I'll include 1. the `dmesg` error as well as...
If using Git is not an option, is there a more WebDAV way of doing Version Control?
I've noticed having an extra monitor increases the time to load substantially.