// write frame position and bounds
ConfigurationFile config = IOUtil.newConfigurationFile(
new File(VRL.getPropertyFolderManager().getEtcFolder(), STUDIO_CONFIG));
config.load();
WindowBounds windowBounds = new WindowBounds(this, config);
config.save();
if (projectController.isProjectOpened()) {
try {
projectController.closeProject();