I am developing an application just like Notepad,Wordpad e.t.c
I have achieved many targets which is the requirement of an app .
But the problem is that i want to allow the user to change color of font by choosing color from JComboBox (Just like in Wordpad).
I made a JPanel with a combinations of color . I want this panel to add in in drop down list.
Can anyone help me ??
Really needed!!!