public TableViewerTest() {
super(null);
model = new PlayerTableModel();
}
what does super(null) do here. I am new to java so was not able to figure out.
public TableViewerTest() {
super(null);
model = new PlayerTableModel();
}
what does super(null) do here. I am new to java so was not able to figure out.