I am able to display data from database using servlet.I am using MySQL as database.
But i want to display it more nicely using canvas. Right now i have just print all the data's ,it doesn't look professional.
I want to know how to show those data's nicely. How to use canvas? where i can use canvas? Is there any other way to display data/records so that it looks more professional.
i created midlet and servlet. I can see the record which is on my database but as i have just printed using servlet on the mobile screen. Now i want to display those records nore nicely that is . say for example
i am showing personal profile of a user.
I am just displaying like ---
"Name:" Abc,
"Age:" 27 etc
now i want to bold "Name" , "Age" stuff like that.
I want to use color etc but i dont know how to do that. How can i make records look good?
I have stored all the record in resultset and have passed it to midlet now i want display it more nicely. How to do that?
i downloaded the j2me polish and i can see the option for running it on my myEclipse IDE but it gives me an error "No MeposeModel for project 'testHelloWorldCanvas'
How does it work. What are the benifics.
I read about j2me polish, i tried to install it on my Myeclipse 6 but it gives me some error, it wants some plugin "org.eclipse.jface.databinding(1.2.0)" or later version. I searched on net but i am not able to find that plugin.
Can anyone guide me in going ahead with this.
As output of this code i can see the data's in the midlet but just normal style as i am printing it on the screen.
I dont know where to call or how to implement j2me polish in my application.
I went through the details of polish but i am not able to install the polish into my IDE , MyEclipse 6, it gives me some error of installing some plug-in "org.eclipse.jface.databinding(1.2.0)". I searched for the plugin but i am not able to get it, what shall i do now.
I wanted to make my application more interactive and want to make my application look more professional.
Any one can guide me of this.
Thank You.
Need help as soon as possible.
Thanks in advance.

Reply With Quote


