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 !!!! :(