Package view

Class TesterView

java.lang.Object
view.TesterView

public class TesterView
extends java.lang.Object
This is the view class in MVC of the module. Is starts and makes the entire GUI as well as it is also redirecting the out-stream to to @textOutput variable. The KeyListener is added to all components to enable exit på ESC.
  • Constructor Summary

    Constructors 
    Constructor Description
    TesterView()
    The constructor of the GUI.
  • Method Summary

    Modifier and Type Method Description
    void showPanel()
    This method sets the frame of the swing worker to be visible.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TesterView

      public TesterView()
      The constructor of the GUI. It creates all the parts of the GUI with the private panel methods.
  • Method Details

    • showPanel

      public void showPanel()
      This method sets the frame of the swing worker to be visible.