I\'m trying to make a Tetris game and I\'m getting the compiler error
Shape is not an enclosing class
when I try t
Shape shape = new Shape(); Shape.ZShape zshape = shape.new ZShape();