forked from External/mage
This commit is contained in:
parent
2bf6e3e3a2
commit
21ad11dbdc
6 changed files with 106 additions and 101 deletions
|
|
@ -80,7 +80,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
private String basicTooltipText;
|
||||
private static final Map<UUID, Integer> playerLives = new HashMap<>();
|
||||
|
||||
private Font defaultFont = null;
|
||||
private final Font defaultFont;
|
||||
|
||||
private PriorityTimer timer;
|
||||
|
||||
|
|
@ -102,6 +102,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
this.cleanUp();
|
||||
this.removeAll();
|
||||
this.createAllComponents(guiScaleMod);
|
||||
this.invalidate();
|
||||
}
|
||||
|
||||
public void createAllComponents(float guiScaleMod) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue