summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-15 15:13:43 +0200
committerunknown2014-04-15 15:13:43 +0200
commiteb671896e16496a7988fcda2f5bce6b056450c54 (patch)
tree4e6228d4b6fc79da68b97c9874356f443c95a7fa /Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
parentfff (diff)
parentMerge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff)
downloadtutor-module-eb671896e16496a7988fcda2f5bce6b056450c54.tar.gz
tutor-module-eb671896e16496a7988fcda2f5bce6b056450c54.tar.xz
tutor-module-eb671896e16496a7988fcda2f5bce6b056450c54.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
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);
{