Class ConsoleTemplate
- java.lang.Object
-
- javafx.application.Application
-
- hsafx.ConsoleView
-
- ConsoleTemplate
-
public class ConsoleTemplate extends ConsoleView
This is a template for creating programs using hsafx. Fill in the run method below with your code.- Author:
- YOUR NAME
-
-
Constructor Summary
Constructors Constructor Description ConsoleTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
run()
-
Methods inherited from class hsafx.ConsoleView
start
-
-
-
-
Field Detail
-
c
Console c
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in classConsoleView
-
main
public static void main(String[] args)
-
-