public CupeQuestion() { currentTextBox = new CustomBox(this); futureTextBox = new CustomBox(this); textLabel = new CustomLabel(this); DefineCurrentBox(); DefineFutureBox(); DefineTextLabel(); }