Johan Vos
Johan Vos
The failure on Linux has an interesting cause. The GlassSystemMenu (in com.sun.javafx.tk.quantum) has this code: ``` /* * Leave the Apple menu in place */ for (int index = existingSize...
I think the logic in GlassSystemMenu should ultimately be platform-independent. Hence, moving the Apple-menu specific code to a Mac-specific class (in glass) sounds the right thing to do. However, it...
/sponsor
Hi @mik3hall . Thanks for this issue! I believe the issue you mention is the one described here: https://bugs.openjdk.org/browse/JDK-8296654 . This is fixed by JavaFX 19.0.2.1 For what sample is...
We had great support from the creator of bck2brwsr, and that helps projects like these. As for making projects up to date: that is always a great idea, but it...
The LoginPresenter is showing an image (a static file, with a screenshot of a QR code). Since this is a fake QR code, it confuses people. It is typically shown...
https://github.com/gluonhq/ChatApp/blob/master/App/src/main/resources/qr.png is the image that is shown
safest approach in case of unsure is to start a new native thread, let that do the work, and call AttachThread on that.
I see avatars, can you point to an example?
@jperedadnr What do you suggest as a sort criterium?