java - org.eclipse.swt.widgets vs. javax.swing.table: Why redefine it? -


i'm creating table using table type defined in org.eclipse.swt.widgets. eclipse letting me know there table can use in javax.swing.table.

upon investigation, 2 tables accomplishing same thing. why have two? 1 accomplish other doesn't?

that depends on framework want use. awt/swing , swt 2 main frameworks developing desktop apps in java.

there question 1 choose here.

so answer seems be: have choose 1 of them (swing or swt), since don't want mix them unless absolutely necessary.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -