From 432339880fbf00d0003cd1ed4ac3c7d37d323c22 Mon Sep 17 00:00:00 2001 From: Sven Göthel Date: Sun, 28 Jan 2024 08:42:26 +0100 Subject: GraphUI Demo UIMediaGrid00: Add missing patch from relocating getSymbolsFont() --- src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos') diff --git a/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java b/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java index b12030e49..888a5bd28 100644 --- a/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java +++ b/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java @@ -213,7 +213,7 @@ public class UIMediaGrid00 { final List customCtrls = new ArrayList(); { - final Font fontSymbols = MediaPlayer.getSymbolsFont(); + final Font fontSymbols = Scene.getSymbolsFont(); if( null == fontSymbols ) { grid.addShape( new Rectangle(options.renderModes, 16f/9f, 1, 0.10f) ); return; -- cgit v1.2.3