some more buttons in the GUI and fixed the project list logic when the list was cleared.

This commit is contained in:
Daniel Collin 2015-10-21 16:13:45 +00:00
parent eb35156313
commit 120dded24f
9 changed files with 63 additions and 17 deletions

View file

@ -113,4 +113,9 @@ public class EditorWindow extends GuiWindow {
this.listsners.add(listener);
}
@Override
protected String getTitle() {
return "Coder Client";
}
}