|
|
|
@ -33,7 +33,7 @@ public class TitleCellRender implements ListCellRenderer<Object> {
|
|
|
|
|
panel.add(showMoreLabel, BorderLayout.EAST); |
|
|
|
|
} |
|
|
|
|
if (moreModel.isLoading()) { |
|
|
|
|
ImageIcon imageIcon = (ImageIcon) IOUtils.readIcon("/com/fr/design/mainframe/alphafine/images/loading.gif"); |
|
|
|
|
ImageIcon imageIcon = new ImageIcon(getClass().getResource("/com/fr/design/mainframe/alphafine/images/loading.gif")); |
|
|
|
|
//设置cell的加载动画
|
|
|
|
|
imageIcon.setImageObserver(list); |
|
|
|
|
UILabel loadingLabel = new UILabel(imageIcon); |
|
|
|
|