|
|
@ -124,6 +124,17 @@ public class GamelauncherMain extends JFrame {//class |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
btnTextadventure.addActionListener(new ActionListener() { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
// TODO Auto-generated method stub |
|
|
|
|
|
|
|
//TextadventureGame frameTextadventure = new TextadventureGame(); |
|
|
|
//frameTextadventure.setVisible(true); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}//end standardkonstruktor |
|
|
|