RealtimePlotter icon indicating copy to clipboard operation
RealtimePlotter copied to clipboard

surface.setTitle() in BasicRealtimePlotter.pde

Open greenonline opened this issue 4 years ago • 1 comments

Line 37 should be surface.setTitle() and not frame.setTitle(). Warning is thrown by Processing compiler:

Use surface.setTitle() instead of frame.setTitle in Processing 3

It is correct in the RealtimePlotterWithControlPanel.pde, Line 42

greenonline avatar Jan 15 '21 12:01 greenonline

https://github.com/sebnil/RealtimePlotter/pull/12

greenonline avatar Jan 15 '21 12:01 greenonline