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 :(

Recommended Answers

All 4 Replies

Please check my answer here

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 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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.