Skip to content

Instantly share code, notes, and snippets.

View waldemarGr's full-sized avatar

Waldemar Gregorczyk waldemarGr

View GitHub Profile
package memo.model;
import javafx.collections.transformation.SortedList;
import javax.persistence.*;
import java.util.List;
/**
* Created by wg on 2017-02-07.
*/