Advertisement
akosiraff

ColorHexaValues

May 7th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/colorhexavalues/
  3. Write a Java application that effectively uses Java collections to store pairs of unique colors and their unique hexadecimal values. (For example, Red -> FF0000). Store up to 20 of these pairs. Then write a GUI that displays the hexadecimal values using radio buttons to select a value. When selected the background of the GUI should change to that color.
  4. Download: http://solutionzip.com/downloads/colorhexavalues/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement