Hello,i was checking out some more components and decided to test PasswordBox
class.
It has the same problem TextBox had:
public PasswordBox()
{
this(-1, "");
}
Also,since i noticed there weren't a:
public PasswordBox(String initialContent) {
this(0,initialContent);
}
or a:
public PasswordBox(int forceWidth) {
this(forceWidth,"");
}
i added them,i dont know if thats the right way to add them or if i should add
some checks or something,but it works for me :)
Hope i helped somehow.
Original issue reported on code.google.com by zer0.c...@gmail.com on 15 Jul 2012 at 12:33
Original issue reported on code.google.com by
zer0.c...@gmail.com
on 15 Jul 2012 at 12:33