|
||||||||||
| 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.
| 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 |
| Constructor Detail |
|---|
public Hello()
public Hello(java.lang.String toWhom)
toWhom - person to greet| Method 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 | |||||||||