954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Table or Tab-Space in J2ME

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

horizondesai
Newbie Poster
7 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

Please check my answer here

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 
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..

horizondesai
Newbie Poster
7 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

Doesn't work in what concept? An example?

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 
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

horizondesai
Newbie Poster
7 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: