140141142143144145146147148149150151
{ GenericDetail detail = itr.next(); if(detail instanceof BinaryDetail) { BinaryDetail bin = (BinaryDetail)detail; byte[] binBytes = bin.getBytes(); if(binBytes != null) this.rightLabel.setIcon( ImageUtils.getScaledRoundedIcon( binBytes, 25, 25));
492493494495496497498499500501502
accountInfoOpSet.addDetail(newPhoneDetail); else accountInfoOpSet.replaceDetail( phoneDetail, newPhoneDetail); BinaryDetail newAvatarDetail = new ServerStoredDetails.BinaryDetail( "Avatar", newAvatarImage); if (avatarDetail == null)