Fixed some bugs
This commit is contained in:
parent
28e690e402
commit
d699626cf0
2 changed files with 8 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ import zutil.ui.Console;
|
|||
|
||||
public class ConsoleTest {
|
||||
public static void main(String[] args) throws IOException{
|
||||
new Console("Console Test", true);
|
||||
new Console("Console Test");
|
||||
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
|
||||
|
||||
while(true){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue