Skip to content

Commit

Permalink
add right-click save as
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Nov 7, 2024
1 parent 3f18391 commit 816746d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ public void actionPerformed(final ActionEvent e)
saveXML();
}
} );
save.setComponentPopupMenu( addRightClickSaveAs() );

final JButton info = new JButton( "Info" );
info.addActionListener( new ActionListener()
Expand Down

0 comments on commit 816746d

Please sign in to comment.