summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
index 6cd10b48..01c7d245 100644
--- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
@@ -487,6 +487,7 @@ public class DeleteLecture_GUI extends JFrame {
panel.add(scrollPaneImage);
labelName = new JTextArea();
+ labelName.setEditable(false);
labelName.setFont(new Font("Tahoma", Font.PLAIN, 11));
labelName.setBackground(SystemColor.menu);
labelName.setBounds(124, 22, 101, 55);