apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.62k stars 841 forks source link

NB15 problem adding libraries to project in the Properties>Libraries dialog box #4640

Open jhuber1965 opened 1 year ago

jhuber1965 commented 1 year ago

Apache NetBeans version

Apache NetBeans 15 release candidate

What happened

In the Project Properties>Libraries dialog box (Ant Java project), after adding a certain number of libraires (somewhere around 5-7), the “+” signs for adding things to Modulepath and Classpath disappear. It seems that they will come back if enough libraries are deleted. When the “+” signs have disappeared, one can still add libraries by right-clicking “Libraries” in the Projects tree. These buttons should not disappear no matter how full the window gets. I am upgrading from NB 8.2 to NB 15, so I don't know precisely know when this bug was introduced, as NB 8.2 had a different dialog box layout. NB1 NB2

How to reproduce

  1. Project Properties>Libraries dialog box for an Ant Java project
  2. Click "+" sign to add a library.
  3. Continue to add libraries, and the "+" sign will disappear

Did this work correctly in an earlier version?

Apache NetBeans 12.3 or earlier

Operating System

Windows 10 Professional

JDK

Java(TM) SE Runtime Environment (build 17+35-LTS-2724)

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

Problem occurs regularly.

Are you willing to submit a pull request?

No

Code of Conduct

Yes

ebarboni commented 1 year ago

Hi, would it be possible to scroll to the right and see if the + button are full right ?

jhuber1965 commented 1 year ago

That seems to be the problem. Scrolling over or expanding the window reveals the + buttons. NB3