Class GUIConsole

    • Constructor Detail

      • GUIConsole

        public GUIConsole()
        Console constructor comment.
    • Method Detail

      • flush

        public void flush()
        Insert the method's description here. Creation date: (20.07.99 14:37:16)
        Specified by:
        flush in interface ConsoleInterface
      • main

        public static void main​(String[] args)
        main entrypoint - starts the part when it is run as an application
        Parameters:
        args - java.lang.String[]
      • print

        public void print​(String text)
        Insert the method's description here. Creation date: (20.07.99 14:15:05)
        Specified by:
        print in interface ConsoleInterface
        Parameters:
        text - java.lang.String
      • println

        public void println()
        Insert the method's description here. Creation date: (20.07.99 14:22:21)
        Specified by:
        println in interface ConsoleInterface
      • println

        public void println​(String text)
        Insert the method's description here. Creation date: (20.07.99 14:15:05)
        Specified by:
        println in interface ConsoleInterface
        Parameters:
        text - java.lang.String
      • println

        public void println​(Throwable thr)
        Insert the method's description here. Creation date: (20.07.99 14:24:41)
        Specified by:
        println in interface ConsoleInterface
        Parameters:
        thr - java.lang.Throwable
      • silent

        public void silent​(String string)
        Insert the method's description here. Creation date: (3.5.2001 21:19:09)
        Specified by:
        silent in interface ConsoleInterface
        Parameters:
        string - java.lang.String