SHARE
TWEET

Untitled

a guest Sep 13th, 2014 170 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. private static final class CreateDialog extends Dialog {
  2.         public CreateDialog(String title, Skin skin) {
  3.             super(title, skin);
  4.             add(new TextField("Name", Assets.getUISkin()));
  5.             button("Ok");
  6.         }
  7.         @Override
  8.         protected void result(Object object) {
  9.         }
  10.     }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top