I am not sure if this was asked before. But anyway, I hope that the community could provide me with some guidance. I am creating a menu GUI using Netbean JFrame where I have this JLIST that I wish to populate with files from a specific directory. Then the user can select more than one items from the JList and generate a dashboard report from excel. May I know how can this be done? Thanks.
Okay just to not confuse anyone, I am stuck on trying to populate the JList with the file from a specific directories.
Let me clarify, I have read the other post from the forum. However I am unclear on how the program is linked to the list in the JFrame form. Is it by naming convention or I have to create another JList. Please I am really stuck and have spent hours searching the web for answers but still am stuck.