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 <fa...@cottagesystems.com> 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

Reply via email to