}
private void doDraw(String resultString, String contentTypeString) {
if (resultString != null && resultString.length() > 0) {
resetResultArea();
Type contentType = ContentTypes.detectContentType(contentTypeString);
if (contentType == null) {
// assuming select query here (no construct)
contentType = detectContentTypeFromResultstring(resultString);
}