debug.appendTitle("CONTENT");
if (content != null) {
String type = content.getClass().getName();
type = type.substring(type.lastIndexOf('.') + 1);
debug.appendln("Content", type);
content.debugDetails(debug);
debug.indent();
debug.appendln("Icon name", content.getIconName());
debug.appendln("Icon ", content.getIconPicture(32));
debug.appendln("Window title", content.windowTitle());