Re: Matisse GUI builder bindings

2022-02-04 Thread Jeremy Faden CS
My application is about 500K lines of code and very dependent on Swing 
and Graphics2D, so that's not really an option.


Jeremy

On 2/4/22 14:39, Chuck Davis wrote:
You might want to begin the migration to JavaFX. It has a very good 
binding capability.  There's a learning curve but well worth the 
effort.  Build your dialogs with Scene Builder and load them into your 
Java program with FXMLLoader. Distribution takes a little more effort 
but, again, well worth the effort.


On Fri, Feb 4, 2022 at 8:28 AM Jeremy Faden CS 
 wrote:


I've recently upgraded to Netbeans 12.6 after working with Netbeans 8
for years.  Everything is working smoothly, but I just noticed
that any
of my GUIs which used bindings before cannot be edited in the GUI
builder and I see that when I make a new GUI, I no longer have the
option to add bindings.  Is this no longer supported and will I
need to
rebuild all my old GUIs?

Thanks,

Jeremy



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Matisse GUI builder bindings

2022-02-04 Thread Chuck Davis
You might want to begin the migration to JavaFX.  It has a very good
binding capability.  There's a learning curve but well worth the effort.
Build your dialogs with Scene Builder and load them into your Java program
with FXMLLoader.  Distribution takes a little more effort but, again, well
worth the effort.

On Fri, Feb 4, 2022 at 8:28 AM Jeremy Faden CS 
wrote:

> I've recently upgraded to Netbeans 12.6 after working with Netbeans 8
> for years.  Everything is working smoothly, but I just noticed that any
> of my GUIs which used bindings before cannot be edited in the GUI
> builder and I see that when I make a new GUI, I no longer have the
> option to add bindings.  Is this no longer supported and will I need to
> rebuild all my old GUIs?
>
> Thanks,
>
> Jeremy
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


Re: Matisse GUI builder bindings

2022-02-04 Thread antonio
The bindings library is GPL licensed and cannot be distributed with 
Apache NetBeans (Apache License). Bindings support was dropped in 2019, 
AFAIR.


There's https://github.com/emilianbold/nb-apache-form-binding you may 
want to try.


Cheers,
Antonio

El 4/2/22 a las 17:27, Jeremy Faden CS escribió:
I've recently upgraded to Netbeans 12.6 after working with Netbeans 8 
for years.  Everything is working smoothly, but I just noticed that any 
of my GUIs which used bindings before cannot be edited in the GUI 
builder and I see that when I make a new GUI, I no longer have the 
option to add bindings.  Is this no longer supported and will I need to 
rebuild all my old GUIs?


Thanks,

Jeremy



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists