Class TutorialExample1
- java.lang.Object
-
- org.eclipse.nebula.paperclips.snippets.TutorialExample1
-
public class TutorialExample1 extends java.lang.Object
First example in the PaperClips online tutorial.
-
-
Constructor Summary
Constructors Constructor Description TutorialExample1()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Prints the words, "Hello PaperClips!"
-