Class TutorialExample2
- java.lang.Object
-
- org.eclipse.nebula.paperclips.snippets.TutorialExample2
-
public class TutorialExample2 extends java.lang.Object
First example in the PaperClips online tutorial.
-
-
Constructor Summary
Constructors Constructor Description TutorialExample2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Print
createPrint()
static void
main(java.lang.String[] args)
Prints a table of vital (haha) statistics about Matthew Hall.
-
-
-
Method Detail
-
createPrint
public static Print createPrint()
-
main
public static void main(java.lang.String[] args)
Prints a table of vital (haha) statistics about Matthew Hall.- Parameters:
args
- command-line parameters
-
-