[kepler-dev] [Bug 3130] - Add an accelerator (keyboard shortcut) for opening a new blank workflow
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Apr 10 11:46:53 PDT 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3130
barseghian at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.0.0 |1.1.0
------- Comment #2 from barseghian at nceas.ucsb.edu 2008-04-10 11:46 -------
I'll postpone. Looking in Top.java, where I thought this change might go (now
I'm not sure), it isn't immediately apparent to me how to add the accelerator
for Kepler's New Workflow => Blank menu item
Top.java has this about the New file menu item:
// The mnemonic isn't set in the static
// initializer because JMenu doesn't have an
// appropriate constructor.
_fileMenuItems[2].setMnemonic(KeyEvent.VK_N);
// New button disabled by default.
_fileMenuItems[2].setEnabled(false);
More information about the Kepler-dev
mailing list