Improvement: add graphical ui

This commit is contained in:
Laurent Clouet
2015-01-15 23:20:17 +01:00
parent 2df4657202
commit df7c97b6a4
13 changed files with 481 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package com.sheepit.client.standalone;
import com.sheepit.client.Client;
import com.sheepit.client.Gui;
public class GuiTextOneLine implements Gui {
@@ -47,6 +48,15 @@ public class GuiTextOneLine implements Gui {
updateLine();
}
@Override
public void setClient(Client cli) {
}
@Override
public Client getClient() {
return null;
}
private void updateLine() {
int charToRemove = line.length();