sghpjuikit

Results 83 comments of sghpjuikit

The boolean flag may need to be volatile.

@kwhat I work with @Xerus2000 on the issue. Our 'problem' was that we needed to avoid loading GlobalScreen.class because it would immediately load some native library that in turn caused...

No need for assistance, we have actually written custom class loaders in our project. I'll think about the idea. I think we will end up using the facade that allows...

I'm running a virtualized Mint OS inside VMware and can not reproduce the issue within the same application as @Xerus2000 . However, this appears to be a critical issue to...

I'd also like full inline API for this, but I can see how this is problematic. I believe it should be inline, after all, even if it should break binary...

As I said in #112, I think `logger.debug?.log("")` is not idiomatic, because it simulates by-name evaluation, which Kotlin does not have and which is imo very counter-intuitive in Java-land. @oshai...

Why is using `java.awt.Desktop` such a problem? I've been using it in a JavaFX application for years. Of course it is not ideal, but... I think porting awt.Desktop to JavaFX...

From my own experience the functionality provided is not even that good. Selecting files in default file browser is not supported, working directory of executable files can not be specified,...

If you know how to reproduce the issue, it would be really great if you provided a simple self-contained example application and specified exact java/javafx version. That being said, I...