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 table
s 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
Post a Comment