Sets the panel content from a list of lines.
Panel lines(List<String> lines) { _content.clear(); _content.addAll(lines); return this; }