Skip to content

Commit

Permalink
gui now no yellow idea warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
krasko committed Nov 15, 2012
1 parent b07f5c3 commit 0f51f9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gui/EvaluationFrame.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package gui;

import latex.calculator.TeXCalculator;
import latex.formulaextractor.FormulaExtractor;
import latex.parser.ExpressionParser;
import latex.structure.Node;

import javax.swing.*;
Expand All @@ -11,9 +9,6 @@
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.util.Arrays;

import static gui.GuiUtils.INSETS;

/**
* Created with IntelliJ IDEA.
Expand Down Expand Up @@ -74,6 +69,7 @@ public void actionPerformed(ActionEvent e) {
values[_i] = Double.parseDouble(valueText.getText());
updateResult();
} catch (Exception ex) {
//do nothing
}
}
});
Expand Down

0 comments on commit 0f51f9b

Please sign in to comment.