Hi everyone. I'm using jwt 2.5.2 and new to it. I want to create a table (rows & columns) in it. Is this possible with jwt 2.5.2 ? Is there any data type like 'TableItem' ? What is Also, what is character for tab-space in it ? '\t' doesn't work :(
Please check my answer here
Thanks for help. I'll try netbeans.. by the way, you have idea about tab-character in j2me ? '\t' doesn't work..
Doesn't work in what concept? An example?
Doesn't work means, the sting or characters remain unchanged. For example, code like this:
strWelcome = new StringItem(null,"Hello\tEveryone")
Results in this: HelloEveryone
Whereas I want something like this: Hello Everyone