|
|
@ -52,7 +52,7 @@ public class PluginPreviewPane extends JPanel { |
|
|
|
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); |
|
|
|
UILabel priceLabel = new UILabel(price0); |
|
|
|
priceLabel.setForeground(AlphaFineConstants.RED); |
|
|
|
priceLabel.setForeground(AlphaFineConstants.RED); |
|
|
|
priceLabel.setFont(AlphaFineConstants.SMALL_FONT); |
|
|
|
priceLabel.setFont(AlphaFineConstants.MEDIUM_FONT); |
|
|
|
bottomPane.add(priceLabel, BorderLayout.WEST); |
|
|
|
bottomPane.add(priceLabel, BorderLayout.WEST); |
|
|
|
panel.add(nameLabel, BorderLayout.NORTH); |
|
|
|
panel.add(nameLabel, BorderLayout.NORTH); |
|
|
|
panel.add(line, BorderLayout.SOUTH); |
|
|
|
panel.add(line, BorderLayout.SOUTH); |
|
|
|