Assume you have TextFields named inTF, and maxTF, and a method, setCurrentInput() which sets a global int variable, currentInput
from inTF. Fill in this method so that as the user types a series of numbers in inTF displays the biggest number they have typed
in outTF.
private void inTFActionPerformed(java.awt.event.ActionEvent evt) {
}