Formatting Strings between C++ and Java!!!
Hi Ppl,
I am returning a string from native code in c++ in the form of:
IDName2Name3
0 ad
1 bc
When I print out the string , the formatting is preserved, but when placed in a dialog box(AWT), it displays it without the formatting 'table look'.
How do I preserve the 'table look' ?

