This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GeoFroggerFX/src/main/java/de/geofroggerfx/ui/glyphs/GeofroggerGlyphsDude.java

12 lines
209 B
Java
Raw Normal View History

2015-03-23 21:50:58 +01:00
package de.geofroggerfx.ui.glyphs;
import de.jensd.fx.glyphs.GlyphsDude;
import javafx.scene.text.Font;
/**
* Created by Andreas on 23.03.2015.
*/
public class GeofroggerGlyphsDude extends GlyphsDude {
}