Since the end of april, I started contributing to the SwingX project. My first contribution is the JXTaskPane which is nothing more than the JTaskPaneGroup from l2fprod-common (http://common.L2FProd.com). It’s great to think that this component may make its way to Swing one day… until this becomes true, JXTaskPane is now in SwingX (http://swingx.dev.java.net)!
Jesus Huertas said on Thursday, June 26, 2008, 10:27
Hello,
I’m using l2fprod and I like to show a password field in a propertySheet but by default all values field are Strings decrypted
When I take the focus of the field in my PropertyEditor class I can create a JPasswordField and the value is encrypted but when focus is lost It becames JTextField??
Thank you for your help.
Bye