try
{
ClientSession session = ServerConnection.getInstance().getSession();
ModelNotificationService mns = (ModelNotificationService) serverConnection.lookupService(ModelNotificationService.class);
mns.requestModelReset(session);
String message = getPluginResourceCollection().getRequiredString("okmessage");
JMsgBox.show(null, message, JMsgBox.ICON_INFO);
}
catch (OpenBPException e)