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: Multiple questions(SOLVED/CLOSED)

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Multiple questions(SOLVED/CLOSED)

    Well I can start by saying that i have very basic knowledge about programming in java and just programming in general. I learned what I know right now by watching videos. I watched them in my native language and the guy who made the videos explained very well imo, most videos were 20+ minutes. Now i decided to start reading a bit. Im going to read suns own guide and I think im going to read even the stuff that I already know because I might learn something new about the subject. Now onto what i wanted to know. First: Is the guide by Sun good or should i go for something else? I can not get a hold of any books right now so it has to be readable online.
    Second question: So I started to try and make a basic drawing program in java. I have very little knowledge about the paint method and doing stuff like that. I wanted to try and implement some kind of double buffering to the program and I only know how to implement double buffering for like a 2d game. So can you guys give me some links and/or show me how its done?(The double buffering needs to work so it saves the picture from before and draws onto that picture.)
    I really want some links so I can learn about the paint method and the graphics class and everything like that so I can learn and understand this about double buffering and why you should not paint directly to the JFrame etc.

    Sorry if im not clear and have gotten some things wrong. Thanks for your time!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Multiple questions

    Look at the tutorial. It has lots of explanations and examples.
    The Really Big Index
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Multiple questions

    Ok ty. And does anyone have a pdf of some good java book?
    Okay nvm no need to post in this thread anymore.

Similar Threads

  1. List of my Java3D Questions, and Proguard questions
    By Zachary1234 in forum Java SE APIs
    Replies: 0
    Last Post: November 16th, 2012, 09:40 PM
  2. [SOLVED] Multiple questions - Java beans
    By wdh in forum What's Wrong With My Code?
    Replies: 5
    Last Post: November 7th, 2012, 01:40 PM
  3. Some help on some multiple questions
    By djl1990 in forum Java Theory & Questions
    Replies: 4
    Last Post: May 6th, 2012, 01:00 PM
  4. Replies: 1
    Last Post: April 26th, 2012, 10:06 AM
  5. Replies: 6
    Last Post: December 9th, 2011, 05:53 PM