mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 15:00:54 +03:00
Demo: menu item "Options > Window decorations" did exit Demo
(regression in commit ee6a1da709)
This commit is contained in:
@@ -73,7 +73,7 @@ class DemoFrame
|
|||||||
public void dispose() {
|
public void dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
|
|
||||||
System.exit( 0 );
|
FlatUIDefaultsInspector.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void showHints() {
|
private void showHints() {
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ public class FlatTestFrame
|
|||||||
public void dispose() {
|
public void dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
|
|
||||||
System.exit( 0 );
|
FlatUIDefaultsInspector.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateTitle() {
|
private void updateTitle() {
|
||||||
|
|||||||
Reference in New Issue
Block a user