Hi
In my Java desktop application, I set different properties for a JLabel at design time
ex. Text, font size, foreground etc
When the application runs (run file ) these properties seen missing
No text appears
what went wrong
Printable View
Hi
In my Java desktop application, I set different properties for a JLabel at design time
ex. Text, font size, foreground etc
When the application runs (run file ) these properties seen missing
No text appears
what went wrong
You probably aren't wearing your blue socks today.
1. Assume I draged one JLbel object from Palette and dropped on the Jfrare
then I set its Text property as below - at design
JLable1->Text ="Java program" - ok text show on the label
I run the file,
the the text does'not appear at all