diff options
| author | unknown | 2014-02-13 11:47:41 +0100 |
|---|---|---|
| committer | unknown | 2014-02-13 11:47:41 +0100 |
| commit | 8cd947aad456c878216693d51068eb47c999f6cb (patch) | |
| tree | 59c322ef4bf41aeac389618286bf064ca2da0c99 /Dozentenmodul/src/GUI/searchRohling.java | |
| parent | Up - und Download funktionieren nun, wichtig im Dozentenmodul muss der volle ... (diff) | |
| download | tutor-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.java | 4 |
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();
}
|
