This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 195533

Summary: [70cat] New Project "Alt options don't work"
Product: platform Reporter: Sc0tTyXL
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED INVALID    
Severity: normal CC: mmirilovic
Priority: P4    
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: SC #1

Description Sc0tTyXL 2011-02-15 22:44:35 UTC
Product Version = NetBeans IDE Dev (Build 201102100500) also in Beta 2
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

Because of RSI I try to use the keyboard shortcuts as much as posible. So when I wan't to create a new project i do this via the keyboard.
When the new Project dialog appears too buttons don't work with ALT options ( they're also not underlined ) , just look at the screenshot.
Comment 1 Sc0tTyXL 2011-02-15 22:45:04 UTC
Created attachment 106041 [details]
SC #1
Comment 2 Marian Mirilovic 2011-02-17 08:45:17 UTC
If you mean mnemonics ... based on Java L&F guidelines: mnemonic is not necessary to be set if the button is 'default button' (just push Enter) or 'Cancel/Close' button (just push Esc)
Comment 3 Sc0tTyXL 2011-02-17 13:16:45 UTC
Yeah Mnemonics, sorry couldn't find the word.
Well offcourse usually the enter key is enough but 99% of aplications that use mmnonics also set them for the next / cancel button.