Hi,
Thank's allot about the new nice features.
I am trying to implement the FormatConverter but I don't quite understand should
I somehow register the attribute to formattedtextfield-tag?
I have registered the converter like this:
ConverterLibrary.getInstance().register( JFormattedTextField.class, new
FormatConverter() );
try {
render( "MyEx.xml" ).setVisible( true );
} catch (Exception e) {()
e.printStackTrace();
}
But the DefaultFactory's getSetter(String name) does not find the setFormatter()
method when the xml file is rendered.
//Jarmo