Loading VadereGui/src/org/vadere/gui/projectview/view/DataProcessingView.java +2 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ class DataProcessingView extends JPanel implements IJsonView { private boolean isEditable; private IScenarioChecker scenarioChecker; DataProcessingView() { DataProcessingView(IScenarioChecker scenarioChecker) { setLayout(new BorderLayout()); // force it to span across the whole available space viewPanel = new JPanel(new GridLayout(1, 1)); Loading @@ -87,6 +87,7 @@ class DataProcessingView extends JPanel implements IJsonView { JPanel togglePanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); togglePanel.add(switchJsonViewModeLabel); add(togglePanel, BorderLayout.SOUTH); setScenarioChecker(scenarioChecker); switchMode(); } Loading VadereGui/src/org/vadere/gui/projectview/view/ScenarioPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ public class ScenarioPanel extends JPanel implements IProjectChangeListener, Pro topographyFileView.setScenarioChecker(model); tabbedPane.addTab(Messages.getString("Tab.Topography.title"), topographyFileView); dataProcessingGUIview = new DataProcessingView(); dataProcessingGUIview = new DataProcessingView(model); tabbedPane.addTab(Messages.getString("Tab.OutputProcessors.title"), dataProcessingGUIview); // online visualization card... JPanel visualizationCard = new JPanel(); Loading Loading
VadereGui/src/org/vadere/gui/projectview/view/DataProcessingView.java +2 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ class DataProcessingView extends JPanel implements IJsonView { private boolean isEditable; private IScenarioChecker scenarioChecker; DataProcessingView() { DataProcessingView(IScenarioChecker scenarioChecker) { setLayout(new BorderLayout()); // force it to span across the whole available space viewPanel = new JPanel(new GridLayout(1, 1)); Loading @@ -87,6 +87,7 @@ class DataProcessingView extends JPanel implements IJsonView { JPanel togglePanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); togglePanel.add(switchJsonViewModeLabel); add(togglePanel, BorderLayout.SOUTH); setScenarioChecker(scenarioChecker); switchMode(); } Loading
VadereGui/src/org/vadere/gui/projectview/view/ScenarioPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ public class ScenarioPanel extends JPanel implements IProjectChangeListener, Pro topographyFileView.setScenarioChecker(model); tabbedPane.addTab(Messages.getString("Tab.Topography.title"), topographyFileView); dataProcessingGUIview = new DataProcessingView(); dataProcessingGUIview = new DataProcessingView(model); tabbedPane.addTab(Messages.getString("Tab.OutputProcessors.title"), dataProcessingGUIview); // online visualization card... JPanel visualizationCard = new JPanel(); Loading