Closed trespasserw closed 5 months ago
@trespasserw It would be nice to have a regression test for this feature (something like test/jdk/jb/javax/swing/CustomTitleBar/JFrameNativeControlsMacOSTest.java). It can be created even for incomplete implementation using the platform tag in the jtreg test case.
Should the ticket IJPL-150176 be moved into the JBR YT project?
@vprovodin what are those commits? upd: got it
IJPL-150176 should not be moved, but I will create a companion ticket in JBR later today and edit commit messages upd: done
LGTM. As discussed, we are not going to merge it right away, it will go into the next major JBR API update
Pushed to main
for now
Pushed this to main
, jbr17
, jbr21
, so closing the review
Adding an ability to set simple file-extension-based filters for file dialogs. While being less flexible than
FileDialog#setFilenameFilter
, extension-based filters don't require callbacks to Java code and are supported on all platforms.