mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 08:30:29 +01:00
Set charts resizable
This commit is contained in:
parent
c9453b7c53
commit
a034eb2f68
@ -45,6 +45,7 @@ public class DialogGraph extends JDialog {
|
||||
dg.setLayout(new BorderLayout());
|
||||
dg.getContentPane().add(dg.panel, BorderLayout.CENTER);
|
||||
dg.setVisible(true);
|
||||
dg.setResizable(true);
|
||||
nextPosition(width, height);
|
||||
return dg;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user