I'm writing a GUI for a C++ backend, and the backend at some point requires a string containing a format specifier. The java frontend needs to replicate the behaviour of the backend by reading in numerical values using the same format specifier string. I'm just wondering if anyone has solved this problem. 1hr of google searches so far hasn't revealed any easy answers, and it's increasingly looking probable that I'll have to write my own custom code to handle this...
Thanks.