Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT Label eliminates "&" character

I need to print "&" in my Label but it skips while rendering.

For Example when I say Label.setText("A&G") it prints AG.

I can overcome this problem using && but using this makes my logic more complex so I need to know some other way of achieving this.

 

Regards,

Pravin


Back to the top