+Fixed Bug when the user Closes the VM and MyOpenLab ask if the user wants to save the VM changues but the user Cancel the Saving and Closing. If the user now try to close, now the close button is null and will cause NullPointer error.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at VisualLogic.FrameMain.closeVM(FrameMain.java:921)
at VisualLogic.FrameMain$2.actionPerformed(FrameMain.java:898)
+Added Message (JDialog) to notify the user when have created a distribution, the message informs that if the project contains subVMs into folders the user must to copy that folders manually into the distribution generated.(It will be automated soon).