Integrated: 8265125: IGV: cannot edit forms with NetBeans GUI builder

Roberto Castañeda Lozano rcastanedalo at openjdk.java.net
Tue Apr 13 17:11:05 UTC 2021


On Tue, 13 Apr 2021 11:12:19 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> This change moves all NetBeans-generated .form files to the same directory as their corresponding Java source files. This allows NetBeans to recognize the corresponding Java source files as Swing forms, and open them in "Design" mode:
> 
> ![design](https://user-images.githubusercontent.com/8792647/114543087-07187d80-9c59-11eb-8d30-6d53db35db17.png)
> 
> The .form files are only processed by NetBeans, so this change does not affect how IGV is built and run.
> 
> Tested manually by reproducing the steps in the [JBS bug report](https://bugs.openjdk.java.net/browse/JDK-8265125) and by checking that IGV can be built and run following the steps in IGV's [README.md](https://github.com/openjdk/jdk/tree/master/src/utils/IdealGraphVisualizer#building-and-running) file.

This pull request has now been integrated.

Changeset: 8df8512b
Author:    Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8df8512b
Stats:     0 lines in 7 files changed: 0 ins; 0 del; 0 mod

8265125: IGV: cannot edit forms with NetBeans GUI builder

Reviewed-by: kvn

-------------

PR: https://git.openjdk.java.net/jdk/pull/3461


More information about the hotspot-compiler-dev mailing list