edu.umd.cs.findbugs.gui
Class Hello

java.lang.Object
  extended by edu.umd.cs.findbugs.gui.Hello

public class Hello
extends java.lang.Object

This is just a test of creating a class in NetBeans.

Author:
David Hovemeyer

Field Summary
private  java.lang.String toWhom
           
 
Constructor Summary
Hello()
          Creates a new instance of Hello.
Hello(java.lang.String toWhom)
          Creates a new instance of Hello.
 
Method Summary
 void greet()
          Display a friendly greeting.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toWhom

private java.lang.String toWhom
Constructor Detail

Hello

public Hello()
Creates a new instance of Hello.


Hello

public Hello(java.lang.String toWhom)
Creates a new instance of Hello.

Parameters:
toWhom - person to greet
Method Detail

greet

public void greet()
Display a friendly greeting.


main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments