Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to allow only two letters in square bracket in java
Eg : [AB] like this i need to give .
Posted
Comments
Sergey Alexandrovich Kryukov 29-Sep-12 1:42am    
Allow... for who? :-)
--SA

1 solution

Assuming that you want to be able to introduce only a [@@] (where @@ are two letters) inside an edit box. is that right?

Take a look at those links: http://www.devdaily.com/java/jwarehouse/eclipse/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/mask/EditMask.java.shtml[^]
http://www.java2s.com/Tutorial/Java/0240__Swing/FormattedMaskedInputnewMaskFormatter.htm[^]
http://www.java2s.com/Code/Java/Swing-JFC/JFormattedTextFieldaninputmaskforatelephonenumber.htm[^]

You are interested on searching for a "INPUT MASK" or "EDIT MASK".

Good luck!
 
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