import javax.swing.JFrame;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
+import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
import javax.swing.JToolBar;
project.addPropertyChangeListener(this);
if (switchToProject) {
projectPane.setSelectedIndex(newTabIndex);
+ while (project.getBasePath().length() == 0) {
+ JOptionPane.showMessageDialog(this, I18n.get("mainWindow.information.changeProjectBasePath.message"), I18n.get("mainWindow.information.changeProjectBasePath.title"), JOptionPane.INFORMATION_MESSAGE);
+ projectPanel.changeBasePath();
+ }
}
}
mainWindow.question.deleteNode.title: Really Remove Node?
mainWindow.question.deleteNode.message: You are about to remove the node \u201c{0}\u201d! Do you want to continue?
+mainWindow.information.changeProjectBasePath.title: Please Enter Base Path!
+mainWindow.information.changeProjectBasePath.message: <html>You have created a new project. Please enter a base path<br>to read the files for the project from in the next dialog!</html>
+
mainWindow.statusBar.coreLoaded: Core loaded.
mainWindow.statusBar.coreStopped: Core stopped.
mainWindow.statusBar.projectLoadingDone: Projects loaded.
mainWindow.question.deleteNode.title: Node wirklich l\u00f6schen?
mainWindow.question.deleteNode.message: Den Node \u201e{0}\u201c wirklich l\u00f6schen?
+mainWindow.information.changeProjectBasePath.title: Bitte Basispfad angeben!
+mainWindow.information.changeProjectBasePath.message: <html>Ein neues Projekt wurde erstellt. Bitte im<br>n\u00e4chsten Dialog einen Basispfad f\u00fcr die Dateien angeben!</html>
+
mainWindow.statusBar.coreLoaded: Kern geladen.
mainWindow.statusBar.coreStopped: Kern angehalten.
mainWindow.statusBar.projectLoadingDone: Projekte geladen.
projectPanel.label.basePath.mnemonic: VK_B
projectPanel.basePathInformation.scanning: Durchsuche den Basispfad\u2026
-projectPanel.basePathInformation.fileCount: {0} Datei{0,choice,0#en|1#|2#en} gefunden.
+projectPanel.basePathInformation.fileCount: {0} Datei{0,choice,0#en|1#|2#en} gefunden.
projectPanel.button.changeBasePath.name: \u00c4ndern
projectPanel.button.changeBasePath.mnemonic: VK_N