I had the same problem (with the empty buttons). I figured out that if I used the regular actionPerformed()-stuff instead of netbeans @Action, the buttons would stay the same. you can add custom code in the button/label text field with netbeans (in this case, the resource bundle stuff).
however, the resource bundle stuff currently still uses the old *.properties files, instead of the *.po files. that has to be fixed someday too. On Wed, Jul 20, 2011 at 2:37 PM, JB Van Puyvelde <[email protected]>wrote: > Yes, sorry but I got little problems with the localization stuff. > > For instance, on the SettingsDialog, I wanted to add a button to create > a new profile (instead of a line in the settings tree). But when I have > done that, the label of all the other buttons disappeared (and only at > runtime, it worked well in the netbeans preview mode of the window). > > The only solution I found was to not use the RessourceBundle. > > Maybe I've just not well understood how it works. Any idea ? I'll fix it > if someone give me the proper way to do it. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/794985 > > Title: > Fix Wizard > > Status in Syncany: > In Progress > > Bug description: > The wizard has a horrible design. In the end, I just wanted to get it > working, and it sort of does, but sometimes, the back-button breaks or > makes no sense. The main task would be to look over the existing code, > and make the wizard stable. > > This particularly includes: > - Check if the "Next"/"Back"/"Cancel" buttons > - Make the "confirm password" field work. > - Don't allow users to click "Next" if the current panel hasn't been > filled out correctly. > - ... > > To manage notifications about this bug go to: > https://bugs.launchpad.net/syncany/+bug/794985/+subscriptions > -- You received this bug notification because you are a member of Syncany Team, which is subscribed to Syncany. https://bugs.launchpad.net/bugs/794985 Title: Fix Wizard Status in Syncany: In Progress Bug description: The wizard has a horrible design. In the end, I just wanted to get it working, and it sort of does, but sometimes, the back-button breaks or makes no sense. The main task would be to look over the existing code, and make the wizard stable. This particularly includes: - Check if the "Next"/"Back"/"Cancel" buttons - Make the "confirm password" field work. - Don't allow users to click "Next" if the current panel hasn't been filled out correctly. - ... To manage notifications about this bug go to: https://bugs.launchpad.net/syncany/+bug/794985/+subscriptions -- Mailing list: https://launchpad.net/~syncany-team Post to : [email protected] Unsubscribe : https://launchpad.net/~syncany-team More help : https://help.launchpad.net/ListHelp

