Pop-up Selectors Do not disappear

2021-04-14 Thread Malcolm Fitzgerald
Occasionally a pop-up selector will appear and decide to stay. In the current case, it was the Go to Declaration popup that is sticking around. It took me to the declaration but did not close and now it sits above every other application window and generally gets in the way. Is there any way t

Re: Why isn't this "error" going away?

2021-04-14 Thread Owen Thomas
Don't worry. Found it. The error happened because I moved GlialFirstInitiator to a new library. Even though the Java compiler could see it because the current library was indirectly dependent on it, NB couldn't see this relationship. I added the library in the project and the error in the IDE went

Why isn't this "error" going away?

2021-04-14 Thread Owen Thomas
Hello NetBeans users. I've tried stopping NB, deleting the cache, and restarting NB. I've done this twice. Although the program compiles, the error disclosed in the file attached, apparent only to NB, doesn't go away. Is there something else that is confusing NB? Thanks, Owen. --