- private static final class CreateDialog extends Dialog {
- public CreateDialog(String title, Skin skin) {
- super(title, skin);
- add(new TextField("Name", Assets.getUISkin()));
- button("Ok");
- }
- @Override
- protected void result(Object object) {
- }
- }
SHARE
TWEET
Untitled
a guest
Sep 13th, 2014
170
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.
