NetBeans disappearing code problem
- by user445714
Hi,
Dont know if this is the best place but im using NetBeans 4.1 at the moment and if for example i type in the following code
private static final Character firstChar = 'A';
On the IDE i can see the following
private static final Character firstChar = ;
As you can guess its pretty annoying when you see things missing and its only when you highlight over the missing text you can see it, any idea on what is wrong and if i can fix it changing any of the settings