private void evalStrength(String password) {
try {
if (getType() == SensibleValueTypeListener.PASS_VALUE_TYPE) {
KeyValueMaker maker = MakiDI.get().fromStock(KeyValueMaker.class, "{LOG:SensibleEditor}", (Object) null);
int value = maker.strong(password, "SensibleEditor hashcode: " + this.hashCode());
vpwd_lbl.setText(value + "%");
prog_pwd.setProgress(value * 0.01);
ColorAdjust adjust = new ColorAdjust();