[email protected]

2000-09-05 Thread Edith
Hello,         Iam using Java3D into my applets but they don´t work at Netscape or IE. What Java plug in must i use? I probe the Java Plug in 1.2 and the HTML Converter but it´s not the solution. Thanks for all Edith

[JAVA3D] Using Transparency

2000-09-26 Thread Edith
Hi, everybody! Can anybody tell me if Java2D allow using transparency?. if not, what can i do to simulate it? Thank you for any help in advance.   Edith

[JAVA3D] JAVA3D && NT

2000-11-07 Thread Edith
)  at Tesis7.AppletCity.init(AppletCity.java:99)  at sun.applet.AppletPanel.run(Unknown Source)  at java.lang.Thread.run(Unknown Source)   Can anyone please tell me what I should do to solve this problem?. Thanks & Regards Edith

[JAVA3D] Edith

2001-03-06 Thread Edith
Javier,,, Soy yo otra vez, que plomito, no??? Es una preguntita solamente, decime en que empresa sacaste tu pasaje y cuanto te salio. Además contame un poco el tema de los vencimientos. -Un beso Saludos de mi mama que acaba de pasar por la office a visitar a la nena osea yo. Edith   Edith

Re: [JAVA3D] HTML Converter

2001-03-13 Thread Edith
hello, you can download HTML converter from www.sun.com. But if you wish you can use what i attach. By Edith - Original Message - From: Tonz . <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 2:30 PM Subject: [JAVA3D] HTML Converter > Hello >

[email protected]

2000-09-05 Thread Edith Lovos
Hello ,     I downloaded the 1.3 plug in but i cannot use the HTMLConverter, when i try to execute it i receive the following message Exception in thread "main" java.lang.NoClassDefFoundError : HTMLConverter/class.   Can you help me?    Thanks.    Edith    Edith N. LovosA

[JAVA3D] Java3D && htmlConverter

2000-09-07 Thread Edith Lovos
readme file of the HTMLConverter1_3, but the problem is still there. iam using jdk1.2.1 and Win98. thank you in advance for any information you can give me. Edith Edith N. LovosAPUIntervan SRLSaavedra 393Viedma-Rio NegroTe: +54 2920 426969[EMAIL PROTECTED]www.intervan.com.ar

[JAVA3D] java.lang.ExceptionInInitializerError

2000-09-08 Thread Edith Lovos
re\lib\ext\vecmath.jar;  c:\jdk1.2.1\jre\lib\ext\j3daudio.jar; I run the html file through the plugin converter (for 1.3 plug in) utility that i dowloaded from Sun page, but the problem persist.   Can someone help me, please?. Thanks you in advance for any information you can give me. bye, Edith    

[JAVA3D] Reading files

2000-09-13 Thread Edith Lovos
.LayerApart.createLayer(LayerApart.java:53)   ... Line 53 in LayerApart is :   RandomAccessFile in = new RandomAccessFile(file,"r"); where file is "C:\temp\aparts.txt "  I am using java.awt, and Swing Thank you in advance for any information you can give me.   Edith   Edith

[JAVA3D] Java3D & Browsers

2000-09-21 Thread Edith Lovos
Hello, my question is what java plug in must be downloaded into the browser to run Java3D applets? Where can i find it? Iam using Internet Explorer. thanks a lot Edith === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] Applets

2000-10-03 Thread Edith Lovos
Source)  at Tesis7.LayerApart.createLayer(LayerApart.java:56) ...   I do the following to read the files: URL theFile= new URL(myApplet.getDocumentBase(),"http://servernt:80/edith/tesis/aparts.txt");DataInputStream in = new DataInputStream(theFile.openStream()); /