7 lines
79 B
Java
7 lines
79 B
Java
public enum NumWindow
|
|
{
|
|
tenWindows,
|
|
twentyWindows,
|
|
thirtyWindows
|
|
}
|