I'm creating a table now using the Table
type defined in org.eclipse.swt.widgets
. Eclipse however is letting me know that there is also a Table
I can use in javax.swing.table
.
Upon investigation, the two Table
s are accomplishing the same thing. Why then do we have two? What does one accomplish that the other doesn't?