DialogDisplayer.getDefault().notifyLater(newNotifyDescriptor.Message("Cannot find this class:\n"+className));
DialogDisplayer.getDefault().notifyLater(newNotifyDescriptor.Message("Cannot find class:\n"+className+"\nMake sure the name is correct, also make sure\nyour projects classes are compiled, best enable\n 'Save on Compile' in the project preferences under 'build'"));