Re: Netbeans form designer and static inialisers / VTK

2024-09-08 Thread Eric Bresie
It’s been a while but isn’t it possible to add “customized@ components to the palette? Maybe it could be added and then dragged and dropped. Eric Bresie ebre...@gmail.com On Sun, Sep 8, 2024 at 1:57 PM Jonathan Bergh wrote: > Thanks I think though the Form designer bootstraps everything

Re: Netbeans form designer and static inialisers / VTK

2024-09-08 Thread Jonathan Bergh
Thanks I think though the Form designer bootstraps everything in the Constructor, so it will end up calling the VTK components constructor as well ... after the initComponents method ... On Sun, Sep 8, 2024 at 8:25 PM Eirik Bakke wrote: > You can always just place a JPanel with a BorderLayo