2

I need to hide the progress bar which is constantly and annoyingly moving while I am debugging. How is it done?

enter image description here

I'm using version 8.0.2. Apparently there is an old bug related to this problem:

https://netbeans.org/bugzilla/show_bug.cgi?id=63332

Ari
  • 5,615
  • 7
  • 35
  • 59

1 Answers1

0

While this doesn't completely remove the progress bar, you can move it to the top right of the screen by adding the following to etc/netbeans.conf:

J-Dnetbeans.winsys.statusLine.in.menuBar=true
coder-don
  • 113
  • 7