Advertisement
Guest User

Java

a guest
Oct 25th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. public class Main extends SimpleApplication {
  2.  public static void main(String[] args) {
  3.         Main app = new Main();
  4.         app.start();
  5.     }
  6.  
  7.     public void simpleInitApp() {
  8. // Jakiś kod
  9.     }
  10.  
  11. private ActionListener actionListener = new ActionListener() {
  12.         public void onAction(String name, boolean isPressed, float tpf) {
  13.     // jakiś kod
  14.             }
  15.         };
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement