In my program, I use a ttf file for fonts, and when running the jar, the fonts work perfectly, but when run through java web start, the fonts are only half working. my application is a search engine, so when I search, the program is using the font fine, but when I click on a search result to bring up another 2 jframes, a controller and a slide, almost like a powerpoint, the controller has the font right, but the slide doesn't. I feel like it might be because the font is being used by the controller and therefore can't be used by the slide as well, but what can I do to remedy the situation, short of duplicating the font file, and using that for the slide jframe?
The user needed the font installed as well. Kind of an obvious answer...