summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-15 14:59:33 +0200
committerunknown2014-04-15 14:59:33 +0200
commitcb097771f43a7cac7b11f998eb81b49fd57e3bc6 (patch)
tree0a12ef6746c593307db96c6b1588112d1a8464c8 /Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
parentMerge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff)
downloadtutor-module-cb097771f43a7cac7b11f998eb81b49fd57e3bc6.tar.gz
tutor-module-cb097771f43a7cac7b11f998eb81b49fd57e3bc6.tar.xz
tutor-module-cb097771f43a7cac7b11f998eb81b49fd57e3bc6.zip
sfds
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
index ae370492..ddca2323 100644
--- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
@@ -325,6 +325,14 @@ public class DeleteLecture_GUI extends JFrame {
tabbedPane.setEnabledAt(4, false);
button = new JButton("L\u00F6schen");
+ button.addActionListener(new ActionListener() {
+ public void actionPerformed(ActionEvent e) {
+ String imageid;
+ String imageversion;
+ int eingabe;
+
+ }
+ });
button.setBounds(459, 508, 118, 23);
contentPanel.add(button);
{