mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Add names for tables in deck editor.
This commit is contained in:
@@ -451,6 +451,7 @@ public abstract class ItemManager<T extends InventoryItem> extends JPanel implem
|
||||
@Override
|
||||
public void setCaption(final String caption) {
|
||||
this.lblCaption.setText(caption);
|
||||
this.lblCaption.setLabelFor(this.listView.getTable());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user