Bugs item #3522493, was opened at 2012-04-29 23:10
Message generated for change (Tracker Item Submitted) made by cpudney
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744692&aid=3522493&group_id=139835

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User interface
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Chris Pudney (cpudney)
Assigned to: Nobody/Anonymous (nobody)
Summary: DoubleParameter should use NumberFormat.parse

Initial Comment:
The DoubleParameter uses a NumberFormat to display values in it editor 
component (JTextField).  This results in large numbers being displayed with 
commas to separate thousands.

However, if the parameter has a min/max bound then a MinMaxVerifier is used to 
check that the input value is within the bounds.  It does not use the 
NumberFormat parser to get the parameter's value from the editor component.  
This results in the component failing to correctly parse large values (>1000) 
and not yielding focus (and beeping and highlighting the field).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744692&aid=3522493&group_id=139835

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel

Reply via email to