summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-08-29 11:54:00 +0200
committerMichael Wilson2014-08-29 11:54:00 +0200
commit8266dcccaf07c5072ad8c4c8a94f8e9c5e013d17 (patch)
tree6194ed8de1d023d07faebacb6efe77f92459f7be /Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
parent-Länge der Beschreibung von Images und Veranstaltungen wird geprüft und abgef... (diff)
downloadtutor-module-8266dcccaf07c5072ad8c4c8a94f8e9c5e013d17.tar.gz
tutor-module-8266dcccaf07c5072ad8c4c8a94f8e9c5e013d17.tar.xz
tutor-module-8266dcccaf07c5072ad8c4c8a94f8e9c5e013d17.zip
Jetzt Durchgehend Hinweismeldungen, wenn eine Berechtigung für Images oder Veranstaltungen nicht ausreicht
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
index aedf61a1..6cd10b48 100644
--- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
@@ -573,7 +573,14 @@ public class DeleteLecture_GUI extends JFrame {
}//end delete
}//end ask for confirmation
- }//end check if a row is selected
+ } else { //end check if a row is selected
+ JOptionPane
+ .showMessageDialog(
+ null,
+ "Bitte w\u00e4hlen Sie ein eigenes Image aus.",
+ "Message",
+ JOptionPane.INFORMATION_MESSAGE);
+ }
}
});