Labels
Hi, how comes when i change the background colour of the labels, the background colour doesn't change when i run the program?
[133 byte] By [
djsinlesa] at [2007-11-26 16:40:44]

> Hi, how comes when i change the background colour of
> the labels, the background colour doesn't change when
> i run the program?
Either because the program didn't repaint yet or because the background color is not what you expect or because the lable is not opaque and you don't see any background.
Next time ask in the Swing forum please.
so, first i have to decompile jar file to get to the class files, then convert class files to java files, right?
> so, first i have to decompile jar file to get to the> class files, then convert class files to java files,> right?Wrong. You have to decompile the .class files. Please note that you're often enough not allowed to.
ok, im using a mac, i have a jar file, what's the best software to use to extract the files from the jar file? Can you send me a link?