Skip to content

Commit b31cca3

Browse files
committed
Makes new document creation file selection more explicit.
1 parent 17087db commit b31cca3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/edu/utah/ece/async/sboldesigner/sbol/editor/SBOLDesignerPanel.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ protected void perform() {
140140
"newFolder.png") {
141141
@Override
142142
protected void perform() {
143+
JOptionPane.showMessageDialog(SBOLDesignerPanel.this,
144+
"Please select a file to save the new SBOL Document into.");
143145
int returnVal = fc.showSaveDialog(SBOLDesignerPanel.this);
144146
if (returnVal == JFileChooser.APPROVE_OPTION) {
145147
File file = fc.getSelectedFile();

0 commit comments

Comments
 (0)