InitGUI

object InitGUI
Companion:
class
class Object
trait Matchable
class Any
InitGUI.type

Value members

Concrete methods

def apply(width: Int, height: Int, title: String): InitGUI

Factory to create an InitGUI.

Factory to create an InitGUI.

Value parameters:
height

the height of the window

title

the title of the window

width

the width of the window

Returns:

the Init GUI.