--- a/tool/src/GUI/StudioUI3.java
+++ b/tool/src/GUI/StudioUI3.java
@@ -364,6 +364,10 @@
//
button.setEnabled(false);
+ // solve a bug we have on the screen
+ this.editorPane(is.contentHTML, true, 0, "");
+
+ // do the front screen
callFrontScreen();
// capture the clicks on HTML content
@@ -375,7 +379,6 @@
// change our title
setTitle("TripleCheck");
-
// doFrontScreen();
}
@@ -496,7 +499,7 @@
* displayed and at the same time the place where all other
* actions such as search operations take place. Before this
* method existed, it was a complete mess and very difficult
- * to make changes to all the occurences throughout the code
+ * to make changes to all the occurrences throughout the code
* where this object was called/changed.
* @param contentType
* @param editable
@@ -610,8 +613,6 @@
};
thread.start();
}
-
-
}