{//GEN-HEADEREND:event_formWindowClosing
deleteScratchFiles();
CacheManager cm = CacheManager.getInstance();
try
{
cm.saveCache();
}
catch (IOException | SecurityException | URISyntaxException | NullPointerException ex)
{
JOptionPane.showMessageDialog(this, "Error: Unable to save scripts cache."
+ "\nDetails: " + ex.getMessage(), "Error saving cache", JOptionPane.ERROR_MESSAGE);