Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey I am trying 2 create an mobile application in NetBeans IDE6.0...my application consists of a textbox which can insert characers(according to size specified by me)...but i am not able to find d coding through which can see how many characters are left while inserting characters in d textbox...???

So can any1 helpme regarding this...????

Thanx a lot
Posted
Updated 23-Jan-10 22:01pm
v3

1 solution

Have you read the Javadoc?

textField =
    new TextField("textField",
        null,
        42,
        TextField.ANY);


That's a no then.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900