mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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
|
@Override
|
||||||
public void setCaption(final String caption) {
|
public void setCaption(final String caption) {
|
||||||
this.lblCaption.setText(caption);
|
this.lblCaption.setText(caption);
|
||||||
|
this.lblCaption.setLabelFor(this.listView.getTable());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user