summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/searchRohling.java
diff options
context:
space:
mode:
authorunknown2014-02-13 11:47:41 +0100
committerunknown2014-02-13 11:47:41 +0100
commit8cd947aad456c878216693d51068eb47c999f6cb (patch)
tree59c322ef4bf41aeac389618286bf064ca2da0c99 /Dozentenmodul/src/GUI/searchRohling.java
parentUp - und Download funktionieren nun, wichtig im Dozentenmodul muss der volle ... (diff)
downloadtutor-module-8cd947aad456c878216693d51068eb47c999f6cb.tar.gz
tutor-module-8cd947aad456c878216693d51068eb47c999f6cb.tar.xz
tutor-module-8cd947aad456c878216693d51068eb47c999f6cb.zip
Neueste Version mit ersten GUI Überarbeitungen
Diffstat (limited to 'Dozentenmodul/src/GUI/searchRohling.java')
-rw-r--r--Dozentenmodul/src/GUI/searchRohling.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dozentenmodul/src/GUI/searchRohling.java b/Dozentenmodul/src/GUI/searchRohling.java
index e0c0a9ba..60637039 100644
--- a/Dozentenmodul/src/GUI/searchRohling.java
+++ b/Dozentenmodul/src/GUI/searchRohling.java
@@ -134,7 +134,7 @@ public class searchRohling extends JFrame {
JButton okButton = new JButton("Zur\u00FCck");
okButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
- ActionChooser ac=new ActionChooser();
+ MainMenue_GUI ac=new MainMenue_GUI();
ac.setVisible(true);
dispose();
}
@@ -147,7 +147,7 @@ public class searchRohling extends JFrame {
JButton cancelButton = new JButton("Weiter");
cancelButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
- getVMwarePlayer vp=new getVMwarePlayer();
+ VmWareLink_GUI vp=new VmWareLink_GUI();
vp.setVisible(true);
dispose();
}