Error in LoginDialog.java

Line 264 of LoginDialog.Java contains an error and spark won’'t compile when ACCOUNT_DISABLED = true

if (!“true”.equals(Default.getString(Default.ACCOUNT_DISABLED))) {

buttonPanel.add(createAccountButton,ff)

new GridBagConstraints(1, 0, 1, 1, 0.0, 0.0,

GridBagConstraints.EAST, GridBagConstraints.HORIZONTAL, new Insets(5, 0, 5, 0), 0, 0)));

}

Hi jcoppin,

I was unable to reproduce this issue. Any other reproducable steps.

Thanks,

Derek