public PackCard(final Pack pack) {
super(pack);
RelocalizationManager.addListener(this);
this.pack = pack;
this.splitter.setLeftComponent(new PackImagePanel(pack));
this.splitter.setRightComponent(this.actionsPanel);
this.splitter.setEnabled(false);
JPanel abPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
abPanel.add(this.newInstanceButton);