I have a GUI that takes a string in a text field. There some conversions (parse string to double) that happen the moment someone clicks the button. If nothing is in there exception exception, something I want to stop.
So I want something to check if the variable that receives this String has anything in it. Does stringVarible != null suffice?

