I am working on a pop-up window for the calibration so that the user can input their measured values after they click for their pixel values but I can't get my pop-ups to work. Any advice/insight?
Hope it can help! https://code.makery.ch/blog/javafx-dialogs-official/
Stonedahl showed me this today. It was super helpful to me
Our team has been using the swing class so we can have JOptionPanes and message dialogs. this will allow for the user to input values or select options on JButtons. See more options here
https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html
I don't really know what the problem was, but I think the useful solution would be the Text Input Dialog in April's advice. However, don't forget to parseDouble the input, because it will return a String anyway.