Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
private TextAreaDialogImpl textareadialog; public String showTextAreaDialog(String title, String question, String def) { textareadialog = new TextAreaDialogImpl(title, question, def); textareadialog.exec(); return "asdf"; }
From the Design Piracy series on my blog: