Hello, I'm a bit new to Java and I'm wondering how to do arrays with JTextField, so how would i go about starting this program here..
Build a GUI to accept integers (when the ENTER key is depressed) into an array of 15 int; have a button called AVERAGE; when AVERAGE is selected, there is a display of the count and the current average; have a button called CLEAR; when CLEAR is selected, count is set to 0 and so are all the array elements and then there is another display: count is 0 and average is 0.0.