Hi everyone, I'm developing a new program. ;)
My "dilema" is as follows: :S
Let's say that I have a Java component, a calendar, shown in the GUI and I want to cover it with and invisible label or something so it can't be modified by the user. I don't want to use object.setEditable(false) because it changes the background color of the domponent and object.setBackground(Color.someColor) is not working... :( maybe because of a bug.. I don't know.
I'm looking forward to your responses.
All ideas are welcome! :)
Thanks in advance.