Log in

View Full Version : Any examples in Java?


MathFreak
09-02-2011, 17:42
I'm a new programmer and I want to learn how to use NetBeans, I know how it works, but I don't know what to do with it. Can anyone give me examples?

Thanks

Robby Unruh
09-02-2011, 18:03
Check out the default code package. It's under FRC Examples, or something like that, when you create a new project.

MathFreak
09-02-2011, 18:06
Check out the default code package. It's under FRC Examples, or something like that, when you create a new project.

I created a new project but I don't know what to do from here...

Robby Unruh
09-02-2011, 18:12
There's some really great team resources out there, you just have to look for them.

ie: this (http://www.robotbrains.org/xwiki/bin/view/Main/FIRSTFRCProgrammingJava), and this. (http://www.oregonfirst.org/wp/wp-uploads/2009/04/FRC-Java-Introduction.pdf)

and the beginners guide in to Java, if you haven't already learned the basics can be found here (http://java.sun.com/docs/books/tutorial/).

MathFreak
09-02-2011, 18:14
There's some really great team resources out there, you just have to look for them.

ie: this (http://www.robotbrains.org/xwiki/bin/view/Main/FIRSTFRCProgrammingJava), and this. (http://www.oregonfirst.org/wp/wp-uploads/2009/04/FRC-Java-Introduction.pdf)

and the beginners guide in to Java, if you haven't already learned the basics can be found here (http://java.sun.com/docs/books/tutorial/).

thanks so much :)