1 package com.jetbrains.edu.oldCourseFormat;
4 * Implementation of windows which user should type in
8 public class TaskWindow {
11 public String hint = "";
12 public String possibleAnswer = "";
13 public int length = 0;
14 public int myIndex = -1;
15 public int myInitialLine = -1;
16 public int myInitialStart = -1;
17 public int myInitialLength = -1;