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

Thread: colors in java.. what would be most easy to start with for a beginner?

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default colors in java.. what would be most easy to start with for a beginner?

    Hi all,

    Im kinda new both to java and this forum.. but am very intrested in learning java..

    So i was thinking about colors in java and was wondering what kinda colors are regonised by java..

    found this java.awt.color.. which goes very indepth with transparancy(alpha) and other formats of colors..

    Question:

    I wanne make a programm in java that breaks up a picture(pixels) and put it together again..

    Storing values of the colors and so forth...

    Which format of colors would be easy to start with if taking about java programming? RGB?

    Thanks alot


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: colors in java.. what would be most easy to start with for a beginner?

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Graphics manipulation, modification, steganography, etc. in any language are intermediate to advanced topics, not the sort of projects I'd recommend to someone "kinda new" to a language. There are many tutorials available on the 'net that cover these topics, and you could find them and work through those, but I recommend you complete a few months of basic Java study first.

    Starting a project that is significantly above your abilities or for which you haven't laid a solid foundation of the basics on which to build the necessary new skills are sure recipes for failure that will ultimately put you off programming and cause you to doubt your aptitude. I can't guarantee that everyone has the aptitude for programming (in fact, I think some don't), but give yourself a chance for success by gaining a thorough understanding of the basics first.

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: colors in java.. what would be most easy to start with for a beginner?

    thanks for the reply

    can you point me to tutorials over this topic..

    Thanks alot

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: colors in java.. what would be most easy to start with for a beginner?

    A great place to start is with the Oracle Tutorials.

    Good luck!

  5. #5
    Junior Member
    Join Date
    Aug 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: colors in java.. what would be most easy to start with for a beginner?

    seems that i was not really clear on the level of knowledgement on java..

    I know the basics, read some books about did alot of examples that came with the book..(sams teach yourself java sixth edition)

    i was hoping for tutorials or exmaples coding with adjusting or storing colors codes of pixels..

  6. #6
    Member Ada Lovelace's Avatar
    Join Date
    May 2014
    Location
    South England UK
    Posts
    414
    My Mood
    Angelic
    Thanks
    27
    Thanked 61 Times in 55 Posts

    Default Re: colors in java.. what would be most easy to start with for a beginner?

    Quote Originally Posted by Copperfield View Post
    i was hoping for tutorials or exmaples coding with adjusting or storing colors codes of pixels..
    If you are sure you are ready for intermediate Java studies, then
    I would advise Googling Java Swing/AWT tutorials. There are many
    of them online and randomly selecting one and posting the link for
    you may not do you any benefit as you may have your own
    criteria. It is best to search the many different options available to
    you and chose a beginning one you feel comfortable with.

    Wishes Ada xx
    If to Err is human - then programmers are most human of us all.
    "The Analytical Engine offers a new, a vast, and a powerful language . . .
    for the purposes of mankind
    ."
    Augusta Ada Byron, Lady Lovelace (1851)

  7. #7
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: colors in java.. what would be most easy to start with for a beginner?

    i was hoping for tutorials or exmaples coding with adjusting or storing colors codes of pixels..
    See Lesson: Working with Images (The Java™ Tutorials > 2D Graphics)

Similar Threads

  1. Java Colors
    By Ravekitty in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 11th, 2013, 08:29 PM
  2. [SOLVED] Absolute Beginner Here, should be an easy question for anyone really.
    By Harrald in forum What's Wrong With My Code?
    Replies: 27
    Last Post: July 31st, 2012, 09:40 PM
  3. Java (Easy)
    By ErrorBuster in forum The Cafe
    Replies: 4
    Last Post: May 1st, 2012, 05:17 PM
  4. this is easy for those who know java!!
    By speaker in forum What's Wrong With My Code?
    Replies: 10
    Last Post: March 28th, 2012, 10:04 AM
  5. java grid and colors/graphics
    By ajmukon in forum What's Wrong With My Code?
    Replies: 10
    Last Post: January 25th, 2011, 03:38 PM