I'm teaching myself Java, and I am using netbeans to develop it in. I have made a simple JInternalFrame with a text box inside, but I am wanting to be able to clone it, and then fill the text box with some new text.
I thought I could just create an array of JInternalFrame and keep adding to that, but I dont seem to be able to do that.
I am new, so as much advice as possible would be awesome. :)