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 2 of 2

Thread: what next?

  1. #1
    Member
    Join Date
    Jan 2011
    Location
    Phoenix
    Posts
    49
    Thanks
    2
    Thanked 2 Times in 2 Posts

    Default what next?

    ok so i am about to finish my final project for my java class at penn foster using the book "Java Programming: Comprehensive Taken from by Joyce Farrell" which was published in 1999 (needless to say WAAAAAAAYYYYY outdated).

    so go me, i know:

    all the basics (methods, classes, instantiating, objects, etc.)
    applets (not Japplets)
    awt (barely even talked about SWING)
    IO (as in filedataoutput/input and datastreamoutput/input, nothing about buffered)
    multithreading (just how to start a thread, dont know how to use more than one, or i guess 2, threads)
    and very little about animation

    I want to get all caught up the best i can but i dont know where to start, Swing? generics? iterators? etc.

    any suggestions? i have tried looking at tutorials at sun.com and oracle.com and i dont get what they are saying (tutorials are too brief)

    thanks

    (BTW it took me over an hour and a half to log in, i tried logging in and it kept saying i was logging in but i was never actually logged in, any help?)

  2. #2
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default Re: what next?

    Not sure of website links at the moment, but if you're looking to invest in a book, go check out
    Cay Horstmann's Core Java: Volume I, Fundamentals.
    Its got great material for early Swing, or if you're looking for an all around java textbook which covers tons of stuff, Cay Horstmann's Big Java is a good book.

    If you're looking for a book though, please be sure to check them out on on the net first, before investing in a book which may disappoint you

    -About your logging in issue, I get it as well. When you log in, It redirects you to the home page, but doesn't show you as logged in. To get around this, just click on the Java Programming Forums banner @ the top of the page and
    it should reload with your name appearing. (If this isn't the issue you had, Apologies; but its what happens to me )
    Last edited by newbie; January 23rd, 2011 at 08:21 AM.
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code