COMP2396
Loading...
Searching...
No Matches
T8Client Class Reference

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Definition at line 3 of file T8Client.java.

Member Function Documentation

◆ main()

static void T8Client.main ( String[] args)
inlinestatic

Definition at line 5 of file T8Client.java.

5 {
6 SwingUtilities.invokeLater(new Runnable() {
7 @Override
8 public void run() {
9 View view = new View();
10 Controller controller = new Controller(view);
11 controller.start();
12 }
13 });
14 }
void start()
Definition View.java:18

References Controller.start().

Here is the call graph for this function:

The documentation for this class was generated from the following file: