Improvement: add graphical ui
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user