Re: Enlarge existing project

2019-01-24 Thread Emilian Bold
Seems like one could write a plugin to invoke that action for all the forms. --emi On Thu, 24 Jan 2019 at 11:53, CHRISTOPHE LAFOLET < christophe.lafo...@naval-group.com> wrote: > Yes Swing froms > actually the project use "AbsoluteLayout" > With Java code, I can already modify XML forms but I ne

Re: Enlarge existing project

2019-01-24 Thread CHRISTOPHE LAFOLET
Yes Swing froms actually the project use "AbsoluteLayout" With Java code, I can already modify XML forms but I need that Netbeans reload all forms (500) to update the java classes. Manually that works when I do a "reload Form" action for one form : I want to do this automatically for all forms ...