return true;
}
private boolean handleJitterpakDrop(File file) {
PushedJitterPackHandler handler = new PushedJitterPackHandler(window, projectManager);
handler.handlePotentialJitterpack(file);
return true;
}
private boolean handleProjectFileDrop(File file) {
ProjectLocation location = getProjectLocation(file);