Hipshot
Location : Stockholm
Member since : Jun 9, 2004
Messages : 1
|
Jun 9, 2004 at 9:31 AM
Hi,
is it possible to render swing components using PJA? I read something about that in the documentation, and that the problem is that all java.awt.Component's instantiate the toolkit, and PJA does not render the components. Is this correct?
Is it possible to render compoentrs in some other headless way? A server-based printing function could usethis. I have this problem with a web-application that uses an old component for rendering charts, and it appears that it uses JLabels and such for dispaying headers etc. When it dras using drawString, it works great. I have a lot of code that is rendering charts, and I want to avoid rewriting that.
BTW, thanks for a great library!
|