Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: SUP JFP!!!

  1. #1
    Junior Member
    Join Date
    Jun 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default SUP JFP!!!

    Hi,
    I'll be doing individual java programing over the summer for my coop job and will probably looking around hear for help if I get stumped by something in java. I'll also look to see if there's anything I can help you guys with as well. I program mostly in java now, I've tried other languages before, like c and c++ was the language I learned programming in, I've also tinkered with perl, also some python. But, not I mostly stick with java cause I like netbeans and eclipse and the shere lazyness which these IDE's allow. Also java has like the most documentation and best documentation I've seen for any language, also so many packages are included by default you can pretty much do everything with ease. My favourite things in eclipse are alt-enter and the quick error fix where you click the red x at the left hand margin and it fixes your error for you I pretty much can sometimes forgo reading documentation altogether and just alt-enter the class to see what I can do. Yeah java is lazy.... Right now I'm working on a java GUI program which displays mainly graphs from recorded and real-time data using java's awt/swing and JFreeChart a free graphing package. I tried to program my own graph drawing classes using java's canvas and graphics class calling stuff like graphics.drawline but then I was like fuck that.

  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: SUP JFP!!!

    Hello username9000. Welcome to the Java Programming Forums

    I like Java too for these reasons. Eclipse is a very good IDE! I love the suggested error fixes, it makes debugging a hell of a lot easier!

    Good luck with your future projects. I hope you enjoy your stay here.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: SUP JFP!!!

    Hey, welcome .

    Sounds like you know what you are upto a little then. Nice to have someone else that can offer help around as well as seek advice. I have also played with Python, I did spend some time on it and I am able to program some things in it, in the past i've done simple IM clients and servers etc. Also I use C++ from time to time, I'm currently in the proccess of writing some things in C++ using the JNI so that it can easily be linked into Java this is a keyboard and mouse hook. So if you ever need any help with things like that just ask, and i'll see what I can do for you.

    I also have experience with graphics API in different languages, I have looked at Java2D a little but not in great detail, I might make a little game like aseroids or networked pong or somehting lol. But one thing I have considered before is graphing packages, and quite frankly I have never managed to work out just how you would go about doing it lol!

    Regards,
    Chris