QUOTE(surferboy2888 @ 12 Oct, 2008 - 06:14 AM)

I have a few questions about NetBeans 6.1 ?
Thanks in advance if you can answer any of these questions!
1. When you set a action for a button is there like a webpage or anything to tell me some different actions
Try
this .
QUOTE(surferboy2888 @ 12 Oct, 2008 - 06:14 AM)

2. once completed is there a way to actually use it? how?
Run the application. (Right click on project and run)
QUOTE(surferboy2888 @ 12 Oct, 2008 - 06:14 AM)

3. If i can use it then how do i make it work with the internet. Like i want make it pop up when you click the internet so then you have to enter a password then you can get on. is this possible? how?
I'd say this is something that you should write in C/C++ taking advantage of Windows API calls, Java was not meant to handle OS specific things, like this.
Also, I think you could implement it with Windows policy settings, so you might have luck asking it in our Computer Support & Operating Systems forum.