Forgot to remove FIXME comment in previous commit.
This commit is contained in:
parent
106a976655
commit
5d3bdd975c
@ -111,7 +111,6 @@ public class SimulationPlotDialog extends JDialog {
|
|||||||
panel.add(button, "gapleft rel");
|
panel.add(button, "gapleft rel");
|
||||||
|
|
||||||
//// Add series selection box
|
//// Add series selection box
|
||||||
//// FIXME
|
|
||||||
ArrayList<String> stages = new ArrayList<String>();
|
ArrayList<String> stages = new ArrayList<String>();
|
||||||
stages.add("All");
|
stages.add("All");
|
||||||
stages.addAll( Util.generateSeriesLabels(simulation));
|
stages.addAll( Util.generateSeriesLabels(simulation));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user