Hello, I am new using java and netbeans. I want to make a swing gui, and I already followed this step (http://www.netbeans.org/kb/60/java/quickstart-gui.html#top) but when I run this, nothing happens and I don't see anything.
What should I fill in here?
public void main (string args[]) {
???????????????
}
