balandinodidonato / MyoMapper

Myo Mapper is an open-source application to map Myo armband data into OSC.
http://www.balandinodidonato.com/myomapper
47 stars 8 forks source link

Added ButtonListener To Fix GUI Issue #32

Closed JeffersonBledsoe closed 7 years ago

JeffersonBledsoe commented 7 years ago

Fixed bug #30 by adding a ButtonListener to toggle buttons to update the size of the panel corresponding to the button clicked whenever a click event occurs on the toggle button. Removed resize code in paint() function.