views:

76

answers:

1

Hi guys,

sorry for a silly question but I got angry after seeking the answer in NetBeans and in the net - is there any key shortcut for fixing @Override annotation in NetBeans (something like ctrl+shift+i for imports)?

I do appreciate your answers,

cheers.

A: 

If you enable it as a hint, you will get a hint indicator and Alt-Enter will give you the option of adding the @Overrides.

To enable the hint, go to Tools > Options > Editor > Hints > JDK 1.5 and Later > Add @Override annotation

Devon_C_Miller