System File Chooser: renamed Windows and macOS test apps

This commit is contained in:
Karl Tauber
2025-01-03 17:56:02 +01:00
parent 2b810addd8
commit a303cd2dec
4 changed files with 8 additions and 8 deletions

View File

@@ -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();
}

View File

@@ -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 );