Commit 2cfbb4ee authored by hal's avatar hal

Merge pull request #23 from jokerlund/foocomp2

Issue 138: delete red errors (second pull request)
parents b674ce87 1c39a1c5
......@@ -36,7 +36,8 @@ public final class ErrorReporter {
* Initializes the ErrorPopup.
*/
ErrorPopup() {
super(false);
super(true); //constructor for PopupPanel class. "True" initializes the "auto-hide" variable
// I'm leaving this setSTyleName line here as a comment, to show the typical way to define
// the style.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment