[java ee programming] JFreeChart 3D?

2010-03-16 Thread Steve
Does anyone know if JFreeChart supports any 3D XYZ Plots? I have scoured Google and these groups far and wide and have not yet found anything. Thanks! -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this gr

[java ee programming] Re: Packages in Java...Need your help

2009-10-20 Thread Steve Goodwin
From: http://java.sun.com/docs/books/tutorial/essential/environment/paths.html For bash, edit the startup file (~/.bashrc): PATH=/usr/local/jdk1.6.0/bin: export PATH ... have fun ...- S- Original Message - From: "M M" To: "Java EE (J2EE) Programming with Passion!" Sent: Tuesday, Oct

[java ee programming] JFreeChart - Plotting Mulitple Charts in JInternalFrame

2009-04-13 Thread Steve
Does anyone have a suggestion on how I can add multiple JFreeCharts to a single JInternalFrame? My only solution thus far has been to create the charts, add them to ChartPanels, add the ChartPanel to a JPanel, and then add that JPanel to a master JPanel that is added to the JInternalFrame. Seems

[java ee programming] Simple JFreeChart/XYPlot Question

2009-03-28 Thread Steve
I have a static JFreeChart that I would like to dynamically like to add and remove data from. Is there any way to freeze the axes when this happens? Right now my code wipes away the entire DefaultXYDataSet that I am using and reconstitutes it (inefficient but neccesary), but setting rangeAxis.setA

[java ee programming] JSlider Question

2009-03-25 Thread Steve
Does anyone know of a way to load non-continuous data into a JSlider? For example, if my data set is 1, 3, 6, and 10, if I create a slider with a range of 1-10, it will also click through values 2, 4, 5, etc that I don't want... The problem that I have is that my intervals (as my data) will be r

[java ee programming] 4003-jsp basics

2009-03-08 Thread BOOKER Steve
the 2. I have read and re-read the training but I must be missing the point somewhere, can anyone point me to an example of adding a parameter in jsp code please. Steve * Disclaimer * The contents of this electronic message and any

[java ee programming] First lesson MyFirstWebApp

2009-02-27 Thread BOOKER Steve
see there is no such path. Regards Steve * Disclaimer * The contents of this electronic message and any attachments are intended only for the addressee and may contain privileged or confidential information. They may only be used f

[java ee programming] How to Create a web app w/o a html file or jsp file

2009-01-26 Thread Steve C
creates index.jsp. I can easily create the servlet but do not know how to get rid of index.jsp. I am using glassfish for the server. Steve Chapel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Progra

[java ee programming] Re: Problem with Web Application Security Chapter

2008-09-11 Thread Steve Morris
Derlon, Thankyou for your response, but I have cookies enabled in firefox under Linux. regards, Steve Derlon Aliendres wrote: > Aaah! Maybe your browser is set to unabled Cookies. > Enable then and have fun!! > > Ice-Man > > 2008/8/28 <[EMAIL PROTECTED] <