Skip to content

Instantly share code, notes, and snippets.

View LukeLR's full-sized avatar

L LukeLR

View GitHub Profile
@LukeLR
LukeLR / HighscoreEntry.java
Created July 7, 2016 23:27 — forked from anonymous/HighscoreEntry.java
JavaFX TableView sorting problem
package meta;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.ObjectStreamException;
import java.io.Serializable;
import java.time.Duration;
import java.time.Instant;
import java.time.LocalDateTime;