Add note to Editor constructor

This commit is contained in:
Jakub Valtar
2016-03-18 12:52:20 +01:00
parent 52c58af7e8
commit 0f95ab91da
+4
View File
@@ -332,6 +332,10 @@ public abstract class Editor extends JFrame implements RunnerListener {
}
});
// TODO: Subclasses can't initialize anything before Doc Open happens since
// super() has to be the first line in subclass constructor; we might
// want to keep constructor light and call methods later [jv 160318]
// Open the document that was passed in
handleOpenInternal(path);