I have a JList in a ScrollPane and i'd like to be able to return the index value of the list when the enter key is pressed. I am trying to understand the overall concept of listeners, but i'm failing ...
Java Foundation Classes (JFC) offer a rich selection of components for building smart and interactive graphical user interfaces (GUIs). You can display tabular data using the javax.swing.JTable class.