JTattoo appears in the JMenu drop-down list

I have successfully used JTattoo in my java file. But the word "JTattoo" appears in the JMenu drop-down list. Is there any way to get rid of it? or can i replace this text?

+3
source share
2 answers

There is an offer on their website for which you need a license key. See this page , which I found for "How to change logo text in pop-up menus." link.

+6
source

setTheme() , , , (NOT null, String ""); LaF "" "":

TextureLookAndFeel.setTheme("Textile", "", "");

, . - , , , .

+1

All Articles