ComboBox: right-to-left fixes (#18)

This commit is contained in:
Karl Tauber
2019-10-22 12:07:23 +02:00
parent 4181759008
commit 0f38af5922
7 changed files with 80 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ public class FlatSwingXTest
{
public static void main( String[] args ) {
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSwingXTest" );
frame.useApplyComponentOrientation = true;
frame.showFrame( new FlatSwingXTest() );
}