1 Attachment(s)
Create interface from my code
I have attached my code as follow i am currently using NetBeans and have asked similar questions on this site and have been very helpful but i just cant get it to work
if you run the InsertionSort Class you get the console output telling you to enter amount, then enter range, this then shows the unsorted array then sorted array, and the the time take in ns and ms
I want to create a interface that allows the user to enter the two inputs and then the interface to show the unsorted array and then sorted array and the times taken
Any ideas?? its been baffling me for a few days