}
private Category createInspectionsToolWindow()
{
// this is the bottom 'messages' panel
final InspectionSidePanePanel inspectionsMessagePanel = new InspectionSidePanePanel();
inspectionsMessagePanel.setReportDesignerContext(context);
final InternalWindow inspectionGadgetInternalWindow = new InternalWindow(Messages.getString("InspectionGadget.Title"));// NON-NLS
inspectionGadgetInternalWindow.add(inspectionsMessagePanel, BorderLayout.CENTER);
final Category category = new Category