Log in

View Full Version : Ugh! Programming!



ELITEofWARMANGINGERYBREADMEN88
02-03-2011, 17:30
Anyone here can help me get in the right direction in JAVA?

Hax
02-03-2011, 17:43
Sounds like you've got the


https://www.youtube.com/watch?v=LvnxoQcf_SM

Fisherking
02-03-2011, 17:47
if you are in a rush, I would ask up in the tech forums.

pevergreen
02-04-2011, 02:42
I would ask up in the tech forums.

+1

Tellos is a master at everything. He helped me out a few months ago, I owe him big time.

Togakure
02-04-2011, 03:40
I can move this thread if you'd like, ELITECubKingWarman88. Just say the word.

ELITEofWARMANGINGERYBREADMEN88
02-08-2011, 16:36
I can move this thread if you'd like, ELITECubKingWarman88. Just say the word.

Yes please, Thank you Togakure.


if you are in a rush, I would ask up in the tech forums.

Tellos still go as Tellos? Moron me can't find him. :juggle2: :furious3:

Togakure
02-09-2011, 01:05
moved to Hardware and Software per the request of the OP.

Tellos Athenaios
02-09-2011, 01:25
Tellos is an often used abbreviation of my full forum nickname. Anyway I'm amazed you didn't manage to find this by yourself: http://download.oracle.com/javase/tutorial/
Start with: http://download.oracle.com/javase/tutorial/java/index.html

For future reference simply Google “Java tutorial”. For more specific programming help such as method names, parameters and return types, the Javadocs are most always a good start. Typically you can find the right page by the simple expedient of searching for “Java + Classname” in Google. E.g. “Java JPanel” yields this: http://www.google.nl/search?rls=en&q=Java+JPanel

ELITEofWARMANGINGERYBREADMEN88
02-11-2011, 21:40
Thank you! I'm currently stuck on if/else statements and that in a assignment I'm doing,So I hope this help!:balloon2: