|
@@ -79,10 +79,11 @@ public class StatisticGraphPanel extends JPanel {
|
|
|
|
|
|
// ******************** Component Propertys ***************//
|
|
// ******************** Component Propertys ***************//
|
|
// Graph
|
|
// Graph
|
|
- // this.setPreferredSize(new Dimension(280, 300));
|
|
|
|
- sGraph.setPreferredSize(new Dimension(280, 180));
|
|
|
|
- sGraph.setMinimumSize(new Dimension(100, 150));
|
|
|
|
- // this.setMaximumSize(new Dimension(1000, 1000));
|
|
|
|
|
|
+ this.setPreferredSize(new Dimension(300, 200));
|
|
|
|
+ //sGraph.setPreferredSize(new Dimension(200, 200));
|
|
|
|
+ //sGraph.setMinimumSize(new Dimension(100, 150));
|
|
|
|
+ this.setMaximumSize(new Dimension(700, 200));
|
|
|
|
+ this.setMinimumSize(new Dimension(300, 200));
|
|
|
|
|
|
// Graph Name
|
|
// Graph Name
|
|
graphNameLabel = new JLabel(graphName);
|
|
graphNameLabel = new JLabel(graphName);
|