> 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
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
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
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