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 voidshowPanel()This method sets the frame of the swing worker to be visible.
-
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.
-