diff options
| author | unknown | 2014-04-15 15:13:43 +0200 |
|---|---|---|
| committer | unknown | 2014-04-15 15:13:43 +0200 |
| commit | eb671896e16496a7988fcda2f5bce6b056450c54 (patch) | |
| tree | 4e6228d4b6fc79da68b97c9874356f443c95a7fa /Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java | |
| parent | fff (diff) | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-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.java | 8 |
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); { |
