DataSet Java Implementation?

313 views Asked by At

I am trying to implement the DataSet type as described in the oracle docs here to later be implemented with a DataTable as described here. However, I can not seem to find the right library nor the right way to implement this datatype. Any help would be appreciated as every import I try doesn't know what the type is and I have tried to add the swingx library in addition but to no avail.Just as a note, I have tried the swingx library from here. However, even with added the import manually it still doesn't know this type. Is it possible the package changed since it looks like that documentation is from 0.8 when the library itself is much later?

1

There are 1 answers

2
Olavi Mustanoja On BEST ANSWER

org.jdesktop.DataSet is part of the SwingLabs API, whose website you can find from here.

The releases are located under downloads.

Edit:

I think I found a more complete package of the SwingLabs API... At the very least it should contain the dataset package. Link here