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,8 +36,9 @@ public final class ErrorReporter { ...@@ -36,8 +36,9 @@ public final class ErrorReporter {
* Initializes the ErrorPopup. * Initializes the ErrorPopup.
*/ */
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 // I'm leaving this setSTyleName line here as a comment, to show the typical way to define
// the style. // the style.
// I would have preferred to use this method rather than constructing the HTML by hand, // I would have preferred to use this method rather than constructing the HTML by hand,
......
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