mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
System File Chooser: renamed Windows and macOS test apps
This commit is contained in:
@@ -37,7 +37,7 @@ import net.miginfocom.swing.*;
|
||||
/**
|
||||
* @author Karl Tauber
|
||||
*/
|
||||
public class FlatMacOSFileChooserTest
|
||||
public class FlatSystemFileChooserMacTest
|
||||
extends FlatTestPanel
|
||||
{
|
||||
public static void main( String[] args ) {
|
||||
@@ -58,13 +58,13 @@ public class FlatMacOSFileChooserTest
|
||||
return;
|
||||
}
|
||||
|
||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatMacOSFileChooserTest" );
|
||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSystemFileChooserMacTest" );
|
||||
addListeners( frame );
|
||||
frame.showFrame( FlatMacOSFileChooserTest::new );
|
||||
frame.showFrame( FlatSystemFileChooserMacTest::new );
|
||||
} );
|
||||
}
|
||||
|
||||
FlatMacOSFileChooserTest() {
|
||||
FlatSystemFileChooserMacTest() {
|
||||
initComponents();
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ import net.miginfocom.swing.*;
|
||||
/**
|
||||
* @author Karl Tauber
|
||||
*/
|
||||
public class FlatWindowsFileChooserTest
|
||||
public class FlatSystemFileChooserWindowsTest
|
||||
extends FlatTestPanel
|
||||
{
|
||||
public static void main( String[] args ) {
|
||||
@@ -46,13 +46,13 @@ public class FlatWindowsFileChooserTest
|
||||
return;
|
||||
}
|
||||
|
||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatWindowsFileChooserTest" );
|
||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSystemFileChooserWindowsTest" );
|
||||
addListeners( frame );
|
||||
frame.showFrame( FlatWindowsFileChooserTest::new );
|
||||
frame.showFrame( FlatSystemFileChooserWindowsTest::new );
|
||||
} );
|
||||
}
|
||||
|
||||
FlatWindowsFileChooserTest() {
|
||||
FlatSystemFileChooserWindowsTest() {
|
||||
initComponents();
|
||||
|
||||
fileTypesField.setSelectedItem( null );
|
||||
Reference in New Issue
Block a user