View Single Post
Join Date: Apr 2008
Posts: 102
Reputation: localp is an unknown quantity at this point 
Solved Threads: 2
localp localp is offline Offline
Junior Poster

very basic java GUI Program...

 
0
  #1
Nov 9th, 2008
i am new to java, i am writing this program so where when the user inputs RGB values the resultant colour should be displayed on a frame. (note that you cann't use the color class in java)

1.) i have successfully completed coding for where the user inputs the RGB values and it works perfectly.

what i want to do is, how to display the colour that corresponds to this 3 RGB values ...

for example , if we input (223,70,98) as for RGB , the corresponding colour should be displayed... can your'l do me a sample code so that i could understand the scenario ..

help !!!!
Local P ...
Reply With Quote