Ah, the LCD. I'm pretty sure that you just forgot an import.
Did you import BOTH of these?
PHP Code:
import edu.wpi.first.wpilibj.DriverStationLCD;
import edu.wpi.first.wpilibj.DriverStationLCD.Line;
If so...In my code I always use
instead of
PHP Code:
DriverStationLCD.Line.kUser6
but that probably wouldn't make a difference.
Also, make sure you update the LCD. You won't see any output otherwise.