1. This is not a Java centric group. 2. I cannot make out any "question" in your whole post.
On Jun 3, 11:56 pm, Maxwell <[email protected]> wrote: > Hello People!! > > I have designed a program packaged as StudentFiles. I have two classes > within this package, which are StudentAdmin for the Graphical User > Interface, and the Events class for all the functionality for the > Form. > > In ma form i have a ComboBox that has an array Subject (named as > subList). I then have the four following buttons, Add Subject, Display > Summary, Print Report, and Clear Clipboard. > > Suppose a user selects a subject from the combobox Subject and when > clicking on the add subject button, the sellected subject is displayed > on a text area. > The way i did it was, besides the array subList, I had another array > called subAmount to hold the subject's amounts, and had an array > called subCopy to hold an index of a selected item from the comboBox. > > Can anyone plz help me
