Click here to Skip to main content
15,909,896 members

Comments by RAMALINGAM.K (Top 18 by date)

RAMALINGAM.K 25-Jun-13 6:50am View    
ya got it yaar..thankz for this timely response...
RAMALINGAM.K 25-Jun-13 6:25am View    
i tried with Plain document but i got error in this line (super.insertString(offs, str, a);)
the error is "no suitable method found for insertString(int,java.lang.String,javax.print.attribute.AttributeSet)
method javax.swing.text.PlainDocument.insertString(int,java.lang.String,javax.swing.text.AttributeSet) is not applicable
(actual argument javax.print.attribute.AttributeSet cannot be converted to javax.swing.text.AttributeSet by method invocation conversion)"
RAMALINGAM.K 25-Jun-13 5:25am View    
how do i achieve this using key listener????
RAMALINGAM.K 25-Jun-13 5:11am View    
Actually i want my textbox to allow only 10 numbers.11th number wont get entered there.Is there any property related to that(like maxlength property in .net)but in Jtextbox properties, there is no maxlength property..am using netbeans (7.0.1)
RAMALINGAM.K 20-Oct-12 5:14am View    
Now clear.