|
JFrame As Secondary GUI Possibility
I created a JFrame with a list output and radio buttons for different autonomous modes in the off season and finally had a chance to run it on the robot, but it throws a NoClassDefFoundError. Is it even possible to run a JFrame on the roborio? I'm not super experienced with how the roborio and driverstation interact but I'm fairly fluent in java. I have the JFrame class and then the robot class in one package so that I can just call JFrameClass.addSomething("") from the robot class. I don't have the code with me, but it seems like more of a compiling error than actual code.
|