View Single Post
  #1   Spotlight this post!  
Unread 11-01-2016, 19:41
iSpotix iSpotix is offline
Registered User
FRC #4049
 
Join Date: Jan 2016
Location: Pittsburgh
Posts: 27
iSpotix is an unknown quantity at this point
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.
Reply With Quote