From 4ca9efd6759856f46eb0cedde28998bc2b68d2cb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 4 Sep 2023 05:39:05 +0200 Subject: GraphUI: Button/Label: Complete String -> CharSequence type change for text, rename Button set{Label->Text}(..), adjust demo/text code --- src/graphui/classes/jogamp/graph/ui/shapes/Label0.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphui/classes/jogamp/graph/ui/shapes') diff --git a/src/graphui/classes/jogamp/graph/ui/shapes/Label0.java b/src/graphui/classes/jogamp/graph/ui/shapes/Label0.java index 74dcb8491..3809c3a07 100644 --- a/src/graphui/classes/jogamp/graph/ui/shapes/Label0.java +++ b/src/graphui/classes/jogamp/graph/ui/shapes/Label0.java @@ -58,7 +58,7 @@ public class Label0 { this.rgbaColor.set(v); } - public final void setText(final String text) { + public final void setText(final CharSequence text) { this.text = text; } -- cgit v1.2.3