22 package com.realtime.crossfire.jxclient.gui.commands;
26 import java.io.IOException;
27 import org.jetbrains.annotations.NotNull;
53 public File
getFile() throws IOException {
55 screenshotId = (screenshotId+1)%SCREENSHOT_FILENAMES;
Utility class to return references to settings files.
File getFile()
Returns a File for the next screenshot file.
static File getSettingsFile()
Returns the main settings file.
Helper class for creating file names for screenshot files.
static final int SCREENSHOT_FILENAMES
The number of auto-created screenshot filenames.
int screenshotId
A number for creating screenshot file names.