Package com.coswald.jtalker
Class JTalker
- java.lang.Object
-
- com.coswald.jtalker.JTalker
-
public class JTalker extends Object
The runnable for the JTalker application.
- Since:
- JTalker 0.2.0
- Version:
- 0.0.1
- Author:
- C. William Oswald
- See Also:
JTalkerFrame
-
-
Constructor Summary
Constructors Constructor Description JTalker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The main method for the application.
-
-
-
Method Detail
-
main
public static void main(String[] args)
The main method for the application.- Parameters:
args
- Unused
-
-