NetBeans Command Line

For all the NetBeans users out there...

i've created a class in netbeans which takes in values from the command line. Unfortunately, im not too sure where to find the command line within NetBeans? short of running everything from cmd.exe is there any way to run a program from with NetBeans while using command line parameters. Shift+F6 runs the program normally but where is the command line?

thanks

richard.

[435 byte] By [Richard_Stana] at [2007-10-3 2:48:36]
# 1
Open the project's properties, it's an entry on one ot the tabs - without checking, I think it's in the run tab. And this doesn't provide a commandline, it's a place to enter commandline parameters.
ChuckBinga at 2007-7-14 20:37:23 > top of Java-index,Java Essentials,New To Java...