Skip to content
Snippets Groups Projects
Commit cbe813f9 authored by Philipp Spohr's avatar Philipp Spohr
Browse files

->

<-
parent e7d26595
Branches
Tags
No related merge requests found
...@@ -110,8 +110,8 @@ public class SolutionTab extends JPanel { ...@@ -110,8 +110,8 @@ public class SolutionTab extends JPanel {
ArrayList<YoshikoCluster> selectedClusters = clusterViewList.getSelectedClusters(); ArrayList<YoshikoCluster> selectedClusters = clusterViewList.getSelectedClusters();
if (selectedClusters.isEmpty()) { if (selectedClusters.isEmpty()) {
JOptionPane.showMessageDialog(null, JOptionPane.showMessageDialog(null,
LocalizationManager.get("optionpane_title"),
LocalizationManager.get("noClustersSelected"), LocalizationManager.get("noClustersSelected"),
LocalizationManager.get("optionpane_title"),
JOptionPane.INFORMATION_MESSAGE JOptionPane.INFORMATION_MESSAGE
); );
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment