forked from External/mage
Added tab switching into Collection Viewer.
This commit is contained in:
parent
74b21979a5
commit
ba19cc7f61
3 changed files with 65 additions and 2 deletions
|
|
@ -219,4 +219,10 @@ public class HoverButton extends JPanel implements MouseListener {
|
|||
this.text = text;
|
||||
repaint();
|
||||
}
|
||||
|
||||
public void execute() {
|
||||
if (isEnabled() && observer != null) {
|
||||
observer.execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue