I have next question regarding LWUIT:
I have container with child components. A black lines around the child components shown on the screen, how can I remove them?
I tried to install zero option to padding and margin, but it did’nt help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the border style for that child component. And if you using border means set the border to
nullor create the empty border for that child component.Note: Ask the question clearly. Because you said child component, But you didn’t mention which component you are using as a child component.