Class MainGUI
- java.lang.Object
-
- io.github.oliviercailloux.j_voting.profile_gui.MainGUI
-
public class MainGUI extends Object
-
-
Constructor Summary
Constructors Constructor Description MainGUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
displayGUI()
Creating the main window and calling controllers and viewsstatic void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
displayGUI
public void displayGUI()
Creating the main window and calling controllers and views
-
-