ZBoylan / 3DPrinterUI

CS 350 - UI team
0 stars 0 forks source link

fixed x,y,z text box event handlers throwing null pointer exception #13

Closed GeorgeVentura closed 6 years ago

GeorgeVentura commented 6 years ago

Was also getting this problem on another event handler, and couldn't find a solution, but the g4p creator messaged me back with:

When the textfield has focus (i.e. it has the text-insertion cursor) you are not allowed to change the value stored in the textfield programmatically using setText.

ZBoylan commented 6 years ago

Works nicely!