()
| 90 | } |
| 91 | |
| 92 | public static void hideZoom() { |
| 93 | if (activateHandler != null) |
| 94 | activateHandler.setSelectedIndex(currentIndex); |
| 95 | cardZoom.hide(); |
| 96 | } |
| 97 | |
| 98 | private CardZoom() { |
| 99 | specialize = add(new FLabel.ButtonBuilder().text(Forge.getLocalizer().getMessage("lblSpecialized")).font(FSkinFont.get(12)).selectable().command(e -> { |
no test coverage detected