How to change this text color in Netbeans?

13,209

Go to Tools -> Options then to Fonts and Colors tab.

[a] For the javadoc parameters, select Java Language from the dropdown menu. It is the Javadoc Tag.

[b] For the selection, Highlighting tab and Selected Text Option.

Share:
13,209
Frank
Author by

Frank

I've been a Java developer for over 20 years. Recently got a patent for "Interception-resistant Authentication System And Method" : GATE [ Graphic Access Tabular Entry ]. GATE makes user passwords much safer, it helps you to defeat peeking, keylogging, phishing  and dictionary attack. Info : https://gatecybertech.com Demo : https://gatecybertech.net GATE has won multiple cyber security awards. If any organization wants to license it, please contact me.

Updated on June 05, 2022

Comments

  • Frank
    Frank almost 2 years

    I've been using Netbeans for a long time, but I still find it hard to change text colors in the editor, on top of that I just encountered a new problem, my Java code colors looked fine in older Nb versions, but in the latest version 7.3 they don't look right, please see the attached images for details. I highlighted the text in the second image so we can see the text.

    So my questions are :

    [a] How to change the text "request" and "response" colors in the following image from black to white ?

    [b] Is there a way in NB to right click on the text and change it's foreground/background color ? If none exists, can I suggest this feature for future versions ?

    enter image description here