Advertisement
Guest User

pastebin123

a guest
Mar 2nd, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. back.addActionListener((ActionEvent e) -> {
  2. frame2.setVisible(false);
  3. if (Welcome.BobsBurgersBool()) {
  4. new BobsBurgers();
  5. } else if (Welcome.JoesCrabShackBool()) {
  6. new JoesCrabShack();
  7. } else if (Welcome.RandysSandwhichShopBool()) {
  8. new RandysSandwhichShop();
  9. }
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement