Browse Source

Shortcut for new path plot (Ctrl/Cmd-F8).

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@5428 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 14 years ago
parent
commit
b80badd54c
  1. 1
      prism/src/userinterface/simulator/GUISimulator.java

1
prism/src/userinterface/simulator/GUISimulator.java

@ -1552,6 +1552,7 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect
//newPathPlot.putValue(Action.MNEMONIC_KEY, new Integer(KeyEvent.VK_N));
newPathPlot.putValue(Action.NAME, "Plot new path");
newPathPlot.putValue(Action.SMALL_ICON, GUIPrism.getIconFromImage("smallFileGraph.png"));
newPathPlot.putValue(Action.ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F8, Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()));
newPathPlotFromState = new AbstractAction()
{

Loading…
Cancel
Save