|
|
|
@ -49,7 +49,7 @@ public class PluginPreviewPane extends JPanel {
|
|
|
|
|
nameLabel.setBackground(AlphaFineConstants.BLUE); |
|
|
|
|
nameLabel.setBorder(BorderFactory.createEmptyBorder(20, 20, 10, 20)); |
|
|
|
|
line.setBorder(BorderFactory.createEmptyBorder(20, 0, 10, 0)); |
|
|
|
|
String price0 = price == 0 ? Inter.getLocText("FR-Designer-Collect_Information_free") : String.valueOf(price); |
|
|
|
|
String price0 = price == 0 ? Inter.getLocText("FR-Designer-Collect_Information_free") : "¥" + String.valueOf(price); |
|
|
|
|
UILabel priceLabel = new UILabel(price0); |
|
|
|
|
priceLabel.setForeground(AlphaFineConstants.RED); |
|
|
|
|
priceLabel.setFont(AlphaFineConstants.MEDIUM_FONT); |
|
|
|
|