mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
System File Chooser: Linux: cross-compile native library for ARM64 on x86_64 Linux
This commit is contained in:
@@ -49,7 +49,7 @@ public class FlatSystemFileChooserLinuxTest
|
||||
}
|
||||
|
||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSystemFileChooserLinuxTest" );
|
||||
addListeners( frame );
|
||||
// addListeners( frame );
|
||||
frame.showFrame( FlatSystemFileChooserLinuxTest::new );
|
||||
} );
|
||||
}
|
||||
@@ -134,6 +134,8 @@ public class FlatSystemFileChooserLinuxTest
|
||||
return true;
|
||||
};
|
||||
|
||||
System.out.println( FlatNativeLinuxLibrary.isGtk3Available() );
|
||||
|
||||
if( direct ) {
|
||||
String[] files = FlatNativeLinuxLibrary.showFileChooser( owner, open,
|
||||
title, okButtonLabel, currentName, currentFolder,
|
||||
|
||||
Reference in New Issue
Block a user