resetButton.disable();
screen.findNiftyControl("dragAndDropDescription", Label.class).setText("Well Done!");
dragAndDropDescription.setText("Drop the Key on the Chest to open it.");
chestOpenElement.show();
chestOpenElement.stopEffect(EffectEventId.onCustom);
new DraggableBuilder("key") {{
childLayoutCenter();
image(new ImageBuilder() {{
filename("dragndrop/Key.png");
}});
}}.build(nifty, screen, screen.findElementByName("key-initial#droppableContent"));