Skip to content

Instantly share code, notes, and snippets.

@up1
Last active August 29, 2015 14:08
Show Gist options
  • Save up1/4baad2fa07774211a33a to your computer and use it in GitHub Desktop.
Save up1/4baad2fa07774211a33a to your computer and use it in GitHub Desktop.
Demo :: Tell, Dont' Ask
Widget w = getMyWidget();
if (w.getParent() != null) {
Panel parent = w.getParent();
parent.remove(w);
}
Widget w = getMyWidget();
w.removeFRomParent()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment