MillersvilleCS / pumlbuilder

Penultimate UML Builder
MIT License
0 stars 1 forks source link

Save/Save As Distinction #77

Closed kevincfisher closed 9 years ago

kevincfisher commented 9 years ago

Currently, Save has the expected functionality of Save As. Whenever Save is clicked the FileChooser prompts the user for a filename regardless of if the current file already exists. We need to implement a way to distinguish between these two actions (Save should just save without any further action from the user, unless its a new file)

kevincfisher commented 9 years ago

Unable to implement in time for the deadline, may revisit later