mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27: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
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMacOSFileChooserTest
|
public class FlatSystemFileChooserMacTest
|
||||||
extends FlatTestPanel
|
extends FlatTestPanel
|
||||||
{
|
{
|
||||||
public static void main( String[] args ) {
|
public static void main( String[] args ) {
|
||||||
@@ -58,13 +58,13 @@ public class FlatMacOSFileChooserTest
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatMacOSFileChooserTest" );
|
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSystemFileChooserMacTest" );
|
||||||
addListeners( frame );
|
addListeners( frame );
|
||||||
frame.showFrame( FlatMacOSFileChooserTest::new );
|
frame.showFrame( FlatSystemFileChooserMacTest::new );
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
FlatMacOSFileChooserTest() {
|
FlatSystemFileChooserMacTest() {
|
||||||
initComponents();
|
initComponents();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ import net.miginfocom.swing.*;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatWindowsFileChooserTest
|
public class FlatSystemFileChooserWindowsTest
|
||||||
extends FlatTestPanel
|
extends FlatTestPanel
|
||||||
{
|
{
|
||||||
public static void main( String[] args ) {
|
public static void main( String[] args ) {
|
||||||
@@ -46,13 +46,13 @@ public class FlatWindowsFileChooserTest
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FlatTestFrame frame = FlatTestFrame.create( args, "FlatWindowsFileChooserTest" );
|
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSystemFileChooserWindowsTest" );
|
||||||
addListeners( frame );
|
addListeners( frame );
|
||||||
frame.showFrame( FlatWindowsFileChooserTest::new );
|
frame.showFrame( FlatSystemFileChooserWindowsTest::new );
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
FlatWindowsFileChooserTest() {
|
FlatSystemFileChooserWindowsTest() {
|
||||||
initComponents();
|
initComponents();
|
||||||
|
|
||||||
fileTypesField.setSelectedItem( null );
|
fileTypesField.setSelectedItem( null );
|
||||||
Reference in New Issue
Block a user