y += positions.lineHeight;
drawRow(g2d, y, positions.xNumbers, String.valueOf(storage.getGuardCostsPerDay()));
y += positions.lineHeight;
ELevel security = storage.getSecurityLevel(); // TODO externalize
drawRow(g2d, y, positions.xNumbers, security.name());
} catch (FontFormatException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();