From: Nathaniel G. A. <nat...@ya...> - 2003-06-16 18:55:26
|
> - can jcharts work as I have described the app window > - six charts in the primary app window sure. You can have as many charts as you would like. > - can jcharts plot stock bars > - I know it can do lines currently, there are only lines for high,low,open,close. bars representing the open and close range are not supported. I will add this as a feature request for the next release. > - can jcharts handle the real-time update > - if I need to manage the shifting of data to the left (older) that's fine sure. > - can jcharts work with an application (not applet) > - I deliver all jar files using JNLP yes. There should be no problem running with Java Web Start. > - one odd thing I want to do is to eventially sync all charts to a single scroll > bar at the bottom of the window > - so that by moving the one scrollbar all charts are properly scrolled this is more of how you layout your charts in your application. I believe what you want are a bunch of JPanel Objects in a single JScrollPane? ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |