@ -53,7 +53,7 @@ public class ContentCellRender implements ListCellRenderer<Object> {
if (model.hasAction()) {
if (isSelected) {
titleLabel.setText(" " + model.getName());
titleLabel.setText(StringUtils.BLANK + model.getName());
String iconUrl = SELECTED_PATH + model.getType().getTypeValue() + SUFFIX;
panel.setBackground(AlphaFineConstants.BLUE);
titleLabel.setForeground(Color.WHITE);
@ -15,7 +15,7 @@ import com.fr.general.ComparatorUtils;
import com.fr.json.JSONObject;
import com.fr.stable.StringUtils;
import com.fr.third.org.apache.commons.lang3.ArrayUtils;
import com.fr.stable.ArrayUtils;
import java.util.List;
@ -17,7 +17,7 @@ import com.fr.log.FineLoggerFactory;
import com.fr.plugin.basic.version.Version;
import com.fr.plugin.basic.version.VersionIntervalFactory;
import com.fr.stable.EncodeConstants;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
@ -17,7 +17,7 @@ import com.fr.json.JSONObject;
import com.fr.log.FineLoggerFactory;
import com.fr.stable.CodeUtils;
import java.util.Iterator;