Skip to content

Commit

Permalink
Remove Normalize From GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Dec 4, 2024
1 parent 88be5b5 commit 1a107cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public DataReductionGUI(ArrayList<SimResultsLoader> filesToOpen, double simCSize
add(selectMeasurements);
add(displayOptionsPanel());
add(selectTableFormat);
add(normalizeGUI);
// add(normalizeGUI);
add(selectSimRange);
add(okayCancelPanel());

Expand Down Expand Up @@ -132,7 +132,7 @@ private JPanel selectedImagesToOpenPanel(){
private JPanel displayOptionsPanel(){
JPanel jPanel = new JPanel();
jPanel.setLayout(new BoxLayout(jPanel, BoxLayout.X_AXIS));
jPanel.add(normalizeMeasurement);
// jPanel.add(normalizeMeasurement);
jPanel.add(selectRangeOfMeasurement);
jPanel.add(choseCSVTableFormat);
return jPanel;
Expand Down

0 comments on commit 1a107cb

Please sign in to comment.