}
GUIBuilderService guiBuilder = (GUIBuilderService)
context.getService(GUIBuilderService.class.getName());
boolean confirm = guiBuilder.showConfirm("showConfirm()", "showConfirm Test", "showConfirm Details");
log.log(LogService.LOG_INFO, "Confirmed? " + confirm);
guiBuilder.showError("showError()", "showError Test", "showError Details");
try {
Integer.parseInt("Not an integer...");