ctipper
ctipper
I attach crash log, failure is pretty vanilla, just causes segmentation fault when exiting. [hs_err_pid64597.log](https://github.com/user-attachments/files/20643843/hs_err_pid64597.log) [hs_err_pid64674.log](https://github.com/user-attachments/files/20643844/hs_err_pid64674.log)
Exiting the file dialog triggers seg fault. Logs show two different code paths. Not sure I can help much, I thought the logs would be enough. They are both file...
It's the Open button. I'm sorry I've dismantled my test bed. I was getting the system crash reporter but didn't think to save a copy unless you happen to know...
[java-2025-06-08-110041 copy.txt](https://github.com/user-attachments/files/20645563/java-2025-06-08-110041.copy.txt) [java-2025-06-08-110343 copy.txt](https://github.com/user-attachments/files/20645564/java-2025-06-08-110343.copy.txt) File format is IPS, I changed file extension manually to upload (unsupported file type)
There don't appear to be any macOS artifacts \@ com.formdev:flatlaf:dylib:macos-arm64:PR-988-SNAPSHOT
Otherwise I can confirm success on arm64 macos (using artifacts rather than snapshots)
I implemented the system file chooser 5 different times, once as a open dialog and 4 times as an save as dialog. One save dialog launched in a minimised state,...
Reflecting on the minimised dialog and Preview.app I think I had used this option in my app to save as PDF ``` fc.addChoosableFileFilter( new SystemFileChooser.FileNameExtensionFilter( "PDF Files", "pdf" ) );...
My app, with an export to PDF dialog. This is minimised. Preview.app presents a minimal version of this when you move a PDF to another folder. This only appears one...
Also wondering what it would take to centre dialog on app window, I only adapted my App quickly and may have missed something.