| 400 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 401 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 402 |  |  | 
 
 
 
 
 
 
 
 | 403 | + | @SuppressWarnings("unused") | 
 
 
 
 
 
 
 
 | 404 | + | private boolean reglobalizeVerify() { | 
 
 
 
 
 
 
 
 | 405 | + | int res = JOptionPane.showConfirmDialog(this, | 
 
 
 
 
 
 
 
 | 406 | + | bundle.getString("rebuildCore.text"), | 
 
 
 
 
 
 
 
 | 407 | + | bundle.getString("rebuildCore.title"), | 
 
 
 
 
 
 
 
 | 408 | + | JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); | 
 
 
 
 
 
 
 
 | 409 | + | return res == JOptionPane.YES_OPTION; | 
 
 
 
 
 
 
 
 | 410 | + | } | 
 
 
 
 
 
 
 
 | 411 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 412 |  | @DoInBackground(progressMessage = "initializingEdition.title", cancelable = false, indeterminateProgress = false) | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 413 |  | private void reglobalize(final BackgroundEvent evt) { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 414 |  | Installer.initializeEdition(new InstallProgressListener() { |