|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui.Hello
public class Hello
This is just a test of creating a class in NetBeans.
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 |
---|
private java.lang.String toWhom
Constructor Detail |
---|
public Hello()
public Hello(java.lang.String toWhom)
toWhom
- person to greetMethod Detail |
---|
public void greet()
public static void main(java.lang.String[] args)
args
- the command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |