diff options
| author | tspitzer | 2013-09-24 14:36:46 +0200 |
|---|---|---|
| committer | tspitzer | 2013-09-24 14:36:46 +0200 |
| commit | d18baddc7d17675d8bf6352d47e58a53e3f878e4 (patch) | |
| tree | 0a7a76599a97861fae2e91e427486e550c2ef851 /Dozentenmodul/src/GUI/EingabeSoftwareDaten.java | |
| parent | g (diff) | |
| download | tutor-module-d18baddc7d17675d8bf6352d47e58a53e3f878e4.tar.gz tutor-module-d18baddc7d17675d8bf6352d47e58a53e3f878e4.tar.xz tutor-module-d18baddc7d17675d8bf6352d47e58a53e3f878e4.zip | |
Erste Version fast fertig
Diffstat (limited to 'Dozentenmodul/src/GUI/EingabeSoftwareDaten.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/EingabeSoftwareDaten.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java index f99fd88e..bf88f665 100644 --- a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java +++ b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java @@ -258,7 +258,7 @@ public class EingabeSoftwareDaten extends JDialog { cancelButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
vm.vl.setSoftware(listchoosed);
- FertigStellen fs=new FertigStellen();
+ Summary fs=new Summary();
fs.setVisible(true);
dispose();
}
|
