JInternalFrame GUI

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
victor souphom

JInternalFrame GUI

Post by victor souphom » Mon Mar 04, 2002 5:42 pm

I'm trying to employ JInternalFrame as a way to contain multiple charts in one GUI. For example, the user would be able to choose from a menu which chart they would like to view (the charts in the menu would be pre-made with Jrefinery software). Does anyone have any suggestions?

David Gilbert

Re: JInternalFrame GUI

Post by David Gilbert » Wed Mar 06, 2002 9:34 am

Hi Victor,

You should be able to add a JFreeChartPanel to a JInternalFrame without any trouble. I haven't used JInternalFrames for a while though...

Regards,

DG.

victor

Re: JInternalFrame GUI

Post by victor » Fri Mar 08, 2002 1:41 am

works like a charm! thanks, dave. by the way, just a heads up, i ordered the documentation through kagi, so i can't wait to get it.

David Gilbert

Re: JInternalFrame GUI

Post by David Gilbert » Fri Mar 08, 2002 9:14 am

Hi Victor,

I've just e-mailed you the details for accessing the documentation download page. I'll try to get Kagi configured so that this information is sent out with their purchase confirmation e-mail. That will be faster and more convenient for everyone.

Regards,

Dave Gilbert

David Gilbert

Re: JInternalFrame GUI

Post by David Gilbert » Fri Mar 08, 2002 9:15 am

Oh, and thanks for purchasing the documentation. I just paid for another year of web-hosting services so the income is appreciated!

DG.

Locked