try { MaskFormatter mf=new MaskFormatter("(0###) AAA - LL -UU"); JFormattedTextField jftf=new JFormattedTextField(mf); } catch (ParseException ex) { System.out.println("Parse error caused details: "+ex.getMessage()); }