Hello all,
I’m a freshman programmer in need of help for editing the WPICameraExtension for the SmartDashboard so I can draw lines on my personalized Camera widget on the SmartDashboard. How would this be done?
I saw some things with creating lines in Java applets, but the typical public void paint(Graphics g) methods they create are never referenced in main (string [args]), so I don’t quite understand how to draw lines effectively, and I tried what I saw online but it did not work. Does anyone have any advice for this who have perhaps done this in the past?
Thank you! Any help will be greatly appreciated!!!