mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 23:07:15 -06:00
SwingX: added test app
This commit is contained in:
@@ -204,7 +204,7 @@ public class FlatTestFrame
|
||||
JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT );
|
||||
}
|
||||
|
||||
protected void showFrame( JComponent content ) {
|
||||
public void showFrame( JComponent content ) {
|
||||
this.content = content;
|
||||
|
||||
contentPanel.getContentPane().add( content );
|
||||
|
||||
Reference in New Issue
Block a user