|
|
|
@ -74,6 +74,8 @@ public class IconConfigPane extends JPanel {
|
|
|
|
|
public void addCount() { |
|
|
|
|
deleteCountButton.setEnabled(true); |
|
|
|
|
IconButton iconButton = new IconButton(""); |
|
|
|
|
selectIconButton = iconButton; |
|
|
|
|
editIconButton.setEnabled(true); |
|
|
|
|
iconButtons.add(iconButton); |
|
|
|
|
int indexToInsert = northPane.getComponentCount() - 2; |
|
|
|
|
deleteCountButton.setEnabled(!iconButtons.isEmpty()); |
|
|
|
|