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

Thread: Mediocre Paint Application - Looking for critique/criticism/thoughts

  1. #1
    Junior Member
    Join Date
    May 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mediocre Paint Application - Looking for critique/criticism/thoughts

    I made this paint application this past week, and I was wondering if anyone would want to take a look at it and let me know what you think.

    I pretty much learned Java Swing for the first time while writing it, so don't be too critical. xD


    Here's a youtube video in case you want to know what you're downloading.
    Java Paint Application - YouTube
    Attached Files Attached Files


  2. #2
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: Mediocre Paint Application - Looking for critique/criticism/thoughts


  3. #3
    Junior Member
    Join Date
    May 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Mediocre Paint Application - Looking for critique/criticism/thoughts

    LolYeah. I'm new to the whole forums thing, so I figured I'd post on a few for the sake of redundancy.

  4. #4
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: Mediocre Paint Application - Looking for critique/criticism/thoughts

    It's fine. Just post links to the other posts you have on other forums for this same topic. It allows people on this forum to read the responses on the other forum and vice versa.
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  5. #5
    Junior Member
    Join Date
    May 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Mediocre Paint Application - Looking for critique/criticism/thoughts

    Ah, that makes sense.

    Well, in that case, any thoughts? xD

Similar Threads

  1. No error, but I want criticism
    By JustForLawls in forum What's Wrong With My Code?
    Replies: 7
    Last Post: July 10th, 2011, 10:34 PM
  2. Array code not producing, thoughts?
    By r19ecua in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 6th, 2011, 05:37 PM
  3. paintComponent() instead of paint()
    By Ciaran54 in forum AWT / Java Swing
    Replies: 1
    Last Post: February 22nd, 2011, 02:46 PM
  4. Paint only part of screen
    By bonus_clip in forum AWT / Java Swing
    Replies: 7
    Last Post: October 16th, 2010, 07:21 PM
  5. Critique Java Game: Help Me Improve
    By gretty in forum What's Wrong With My Code?
    Replies: 4
    Last Post: July 21st, 2010, 07:49 PM