Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java Micro Edition
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Java Micro Edition
Text box height
Debojit Nag
Ranch Hand
Posts: 44
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
Could any one give me a solution ( source code, if possible)for having a text box whose height will be 4 times that we get first(by default, and then the height goes on increasing as no. of lines increased).
regards,
Debojit
Thanks,<br />Debojit Nag
sailesh sirari
Greenhorn
Posts: 9
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
use
TextField txt=new TextField("label","text",200,TextField.ANY);
txt.setPreferredSize(-1,200);
Debojit Nag
Ranch Hand
Posts: 44
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
Thanx a lot. It really works fine.
Debojit
Thanks,<br />Debojit Nag
This will take every ounce of my mental strength! All for a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Textbox font color and face
ImageUpdate to modify HEIGHT of a JCheckBox
Align top of image with adjacent text item
Strange - Page Submits!!!
changing height of the text box in html?
More...