JPanel inside a main JFrame (Internal Panel) realtime graphing
807580Dec 1 2009 — edited Dec 1 2009Hello All,
I am looking for assistance. I am working on a project where I need to log realtime stream of data coming from a 3 axis digital accelerometer which is connected to a PIC16F877A I/LP which in turn sends its data packets to an onboard bluetooth module and finally this data should be returned to an internal Jpanel in my GUI application. The issues are: when I click on the menu item to display the internal panel, I need to be able to see the 3 axis data being written onto the Jpanel. This whole process is a bit confusing to me, but I have a feeling it can still be done. Can you help me please?
Mark