I want to create a table where I can click the numbers (1.1, 1.2 etc) under the display tab so that another window will pop up showing the cell details. How should I go about this? I found an example of a table, but it isn't clickable and there are column names whereas mine doesn't have column names. Should I follow this example or is there another way to do it? http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#simple

