Gadget Errors in Firefox479 (9/21/2007 3:41:48 PM) comp.lang.javascript On my mac, I am running Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/ 20070914 Firefox/2.0.0.7 and Safari Version 3.0.3 (522.12.1) My gadget: http://www.powderdrop.com/powderdropte... Penn
Gadget error in Firefox, but not in Safari1116 (9/21/2007 2:53:03 PM) comp.lang.javascript On my mac, I am running Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/ 20070914 Firefox/2.0.0.7 and Safari Version 3.0.3 (522.12.1) My gadget: http://www.powderdrop.com/powderdropte... Penn
Error on Firefox not found in Safari098 (9/21/2007 2:18:32 PM) comp.lang.javascript On my mac, I am running Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/ 20070914 Firefox/2.0.0.7 and Safari Version 3.0.3 (522.12.1) My gadget: http://www.powderdrop.com/powderdropte... Penn
XYImageAnnotation in JFreechart2202 (9/14/2007 2:59:24 PM) comp.lang.java.programmer I have a plot that is plotting correctly and I have been adding textannotations to it successfully, but when I implement the following andadd it to my working chart... I see no image in the chart. Is theresome... Penn
JFreeChart in Applet: Problems with refreshing chart1295 (4/19/2007 5:03:46 PM) comp.lang.java.programmer I've created an applet and then added a JFreechart ChartPanel to it.jContentPane.add(myChartPanel);myChartPanel is a member variable of my appletand I see the plot just fine. Then I change the chart by setti... scifluent
Regular Expression for {476 (4/17/2007 3:10:59 AM) comp.lang.java.programmer String input = "DATA,{23.11,58.25},{23,33,43},{20070705,20070805}";String[] splitLine = input.split(",{");doesn't work. I've tried escaping the { by usingString[] splitLine = input.split(",\{");but Eclipse te... scifluent
Serialization of ArrayList resulting in Null Values7109 (3/24/2007 6:53:45 PM) comp.lang.java.programmer I am serializing an arraylist using the following code:filename = "Data.ser"; try { new File(filename).delete(); OutputStream file = new FileOutputStream(filename); OutputStream buffer = new BufferedOut... scifluent
jFreeChart in Applet using Eclipse IDE with VE1327 (3/18/2007 10:32:17 PM) comp.lang.java.programmer Hi! For some reason the code below will run fine in the sun applet viewer but will not deploy in my Safari or Firefox browser. All I get is the java loading indicator and then a red "x" in the window it shou... scifluent