Omnimaga

General Discussion => Technology and Development => Computer Projects and Ideas => Topic started by: saintrunner on December 17, 2011, 12:40:07 pm

Title: My first Java program!
Post by: saintrunner on December 17, 2011, 12:40:07 pm
HA HA! learning Java makes me go back to when I was learning axe, and basic...I feel like a noob! Anyways, this is the very first thing I did with java...ever.....yep :) at least I got some of the text down!
Title: Re: My first Java program!
Post by: Sorunome on December 17, 2011, 12:43:53 pm
You misspelled Hello World :P
Well, nice, I wish I could program java......
Title: Re: My first Java program!
Post by: saintrunner on December 17, 2011, 12:45:16 pm
lol, Omnimaga trumps world :w00t: and yeah that was just exercise one in a book on java I'm going through.....I figure it's time I learn a computer language
Title: Re: My first Java program!
Post by: ben_g on December 17, 2011, 12:52:02 pm
The first thing you do and already with a window. Good job! I used the console in my first java programs untill I fully understood the math stuff.
Title: Re: My first Java program!
Post by: Binder News on December 17, 2011, 03:33:13 pm
@ben_g That's the console output of the program being shown in the window of BlueJ, the IDE he's using.
@saintrunner congrats. As a first computer language, Java is pretty good. It's not too difficult, and it's C-based, so that's good. Another great computer language is Python (python.org (http://python.org)). It is an extremely powerful interpreted language. I like it a lot. It's also the only language Julie B. (she's in band) knows, so you can ask her about it. I think there's also a section here in the forums for it.
Title: Re: My first Java program!
Post by: Spyro543 on December 17, 2011, 04:15:32 pm
Yes, Python is awesome. I would also suggest learning C++ (I may write a tutorial on it sometime).
Title: Re: My first Java program!
Post by: saintrunner on December 17, 2011, 04:25:27 pm
@ben_g That's the console output of the program being shown in the window of BlueJ, the IDE he's using.
@saintrunner congrats. As a first computer language, Java is pretty good. It's not too difficult, and it's C-based, so that's good. Another great computer language is Python (python.org (http://python.org)). It is an extremely powerful interpreted language. I like it a lot. It's also the only language Julie B. (she's in band) knows, so you can ask her about it. I think there's also a section here in the forums for it.

yeah I know Julie, I had English with her last year. And I'll ask here about it :) thanks
Title: Re: My first Java program!
Post by: obon7 on December 17, 2011, 04:32:10 pm
Yay finally someone else in interested is making games for the PC
Title: Re: My first Java program!
Post by: saintrunner on December 17, 2011, 04:42:32 pm
It's actually for a friend who needs someone capable of making computer games, but i'm a long way away from any games.....I can just make it stay stuff
Title: Re: My first Java program!
Post by: saintrunner on December 18, 2011, 04:42:29 pm
YEAH! second Java program! too calculate the area of a circle!!
Title: Re: My first Java program!
Post by: Hot_Dog on December 18, 2011, 05:25:29 pm
Awesome stuff!  I remember taking Java in High School, and our first programs were console.
Title: Re: My first Java program!
Post by: saintrunner on December 18, 2011, 05:26:29 pm
I'm just using bluej....I have no idea how to do it any other way yet lol...wish I did
Title: Re: My first Java program!
Post by: hellninjas on January 15, 2012, 07:58:06 pm
Nice |:D seems like your getting the basics down!
Good Luck :D
Title: Re: My first Java program!
Post by: ben_g on January 17, 2012, 04:16:30 pm
When you are ready to move over to applets, this (http://javacooperation.gmxhome.de/TutorialStartEng.html) is a good tutorial. It's a simple tutorial, but first you should really understand the basics.
Title: Re: My first Java program!
Post by: saintrunner on January 17, 2012, 04:17:56 pm
Thanks :)
Title: Re: My first Java program!
Post by: imo_inx on January 17, 2012, 04:41:56 pm
Hmmm... Cool.
I might learn Java someday, I already have BlueJ (thanks to greenfoot.)