Fixed some bugs

This commit is contained in:
Ziver Koc 2008-12-25 15:16:53 +00:00
parent 28e690e402
commit d699626cf0
2 changed files with 8 additions and 6 deletions

View file

@ -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){