i am trying to create code that will create a most recently used menu with a mximum of 10 items. it also must not allow for the same file to be noted more than once and every time an item is opedned it goes to the top of the list and the others drop down a place. my problem so far is withthe constructor. the following are my fields:
// --------------- FIELDS --------------
private static final int MAX_ITEMS = 10; private int i;
Please don't post the same question in more than one forum. Someone may waste their valuable time answering your question here when Stan is already on the case in the Beginner's forum.