Print this page
Added gradle and cmake project

*** 138,143 **** --- 138,147 ---- protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl, int aaHint) { drawGlyphList(sg2d, gl); } + + public String toString() { + return getClass().getSimpleName(); + } }