Package dev.roanh.gmark.client
Class GraphMark
java.lang.Object
dev.roanh.gmark.client.GraphMark
Main class for the GUI version of the application.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
frame
The main GUI frame.
-
-
Constructor Details
-
GraphMark
public GraphMark()
-
-
Method Details
-
main
Launches the gMark GUI if not command line arguments are passed. Otherwise switches over to the CLI version of gMark.- Parameters:
args
- Command line arguments, if present then gMark will switch to command line mode.
-