Re: Enlarge existing project

2019-01-24 Thread Emilian Bold
> A :CHRISTOPHE LAFOLET > Cc :NetBeans Mailing > Date :23/01/2019 18:31 > Objet :Re: Enlarge existing project > -- > > > > So by Java beans you mean beans in Swing forms? Interesting project. > > Nor

Re: Enlarge existing project

2019-01-24 Thread CHRISTOPHE LAFOLET
ically for all forms ... De :        Emilian Bold A :        CHRISTOPHE LAFOLET Cc :        NetBeans Mailing Date :        23/01/2019 18:31 Objet :        Re: Enlarge existing project So by Java beans you mean beans in Swing forms? Interesting project. Normally if you use layouts proper

Re: Enlarge existing project

2019-01-23 Thread Emilian Bold
So by Java beans you mean beans in Swing forms? Interesting project. Normally if you use layouts properly there's no widths / heights to fix as the layout will adapt to whatever new size the container has. So you start from constants down: hardcoded font sizes, hardcoded positions, dimensions. I

Enlarge existing project

2019-01-23 Thread CHRISTOPHE LAFOLET
Hello, I would like to refactore an existing netbeans project. I need to apply a scale factor to nearly 500 Java beans : this transformation should modify width, height, position, layout, bordure size, gap, ... Do anyone have done this transformation ? by script or with a plugin ? and which plugin