7 lines
79 B
Java

public enum NumWindow
{
tenWindows,
twentyWindows,
thirtyWindows
}