Re: applets reading from text file on client machine, possible?

2001-08-05 Thread Barry Fishman
Since this is a java-LINUX news group, I think the following should be said. It is implicitly insecure to allow any access to clients local system information through an html applet, or any remotely controlled means, irregardless of any signature validation methods used. The client machine shou

Re: applets reading from text file on client machine, possible?

2001-08-05 Thread Ingo Rockel
Hi Charlie, first of all, I would suggest you should address those questions to some of the forums at java.sun.com. There are more people (and more experts than I am) which might by able to answer your questions. On Sat, 4 Aug 2001, belfastolive wrote: > Ingo, thankyou for your prompt response

Re: applets reading from text file on client machine, possible?

2001-08-04 Thread Ingo Rockel
On Sat, 4 Aug 2001, belfastolive wrote: > Hello, > > Is it possible to get an applet to read a text file on a client machine? > > Title Description: > > A background process on the client's desktop is generating numbers and writing these >to a text file. I want an applet to display different

Re: applets, servlets (communication)

2000-07-07 Thread Sven . Daumann
 Marcos Lloret <[EMAIL PROTECTED]>Sent by: [EMAIL PROTECTED]07.07.2000 10:04 To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc: bcc: Subject: applets, servlets (communication) hi,    i want to pass some parameters (strings, matrix, ...) into aservlet.    how can i do it?  Is the same way to send par

Re: Applets!

1999-05-21 Thread Marcel Ruff
> I get the same security violations while trying to use the > internatinoalization classes with applets, and I wonder if an applet also > must be signed to use the properties files... > > Per Bj. Bro You need to put all *.properties files in a jar file on your WebServer and add the ARCHIVE attri

Re: Applets!

1999-05-21 Thread PER BJARNE BRO ...
I get the same security violations while trying to use the internatinoalization classes with applets, and I wonder if an applet also must be signed to use the properties files... Per Bj. Bro On Mon, 17 May 1999, Rui Vale wrote: > Hello to everybody!! > My problem is that I needed t

Re: Applets!

1999-05-17 Thread Denis Riedijk
On Mon, 17 May 1999, Rui Vale wrote: >Hello to everybody!! > My problem is that I needed to write on disk and >create/modify/delete files trow an applet. I tryed to make such an applet >but my efforts were garbage. If it is possible to create an applet to >perform those tasks, please let me

Re: Applets, AWT and Netscape (2 questions)

1998-10-28 Thread Dimitris Vyzovitis
Hold on, don't be insulted... My AlertDialog hasn't main method because it's included in an applet. This is obvious... The applet's code creates an instance of AlertDialog and then, appears the AlertDialog which is a modal and no-resizable dialog. On LINUX, the modal-dialog mode works fine but no

Re: Applets, AWT and Netscape (2 questions)

1998-10-28 Thread Juergen Kreileder
> Carlos Alberto Roman Zamitiz writes: Carlos> My AlertDialog hasn't main method because it's included in Carlos> an applet. The applet's code creates an instance of Carlos> AlertDialog and then, appears the AlertDialog which is a Carlos> modal and no-resizable dialog. On LINU

Re: Applets, AWT and Netscape (Code included)

1998-10-28 Thread Carlos Alberto Roman Zamitiz
Sorry, I copied the code and I forgot the next line: import java.awt.event.ActionEvent; but program constains this line and it fails. greetings Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED] On 27 Oct 1998, Juergen Kreilede

Re: Applets, AWT and Netscape (2 questions)

1998-10-28 Thread Carlos Alberto Roman Zamitiz
My AlertDialog hasn't main method because it's included in an applet. The applet's code creates an instance of AlertDialog and then, appears the AlertDialog which is a modal and no-resizable dialog. On LINUX, the modal-dialog mode works fine but no-resizable-dialog mode fails. On Win32, the modal-

Re: Applets, AWT and Netscape (Code included)

1998-10-26 Thread Juergen Kreileder
> Dimitris Vyzovitis writes: Dimitris> Juergen Kreileder wrote: >> > Carlos Alberto Roman Zamitiz writes: >> Carlos> Hi, Carlos> Here's the code: >> [...] >> >> Nice code, but it doesn't compile and it has no main method ;-) Dimitris> Well, it will c

Re: Applets, AWT and Netscape (Code included)

1998-10-26 Thread Dimitris Vyzovitis
Juergen Kreileder wrote: > > Carlos Alberto Roman Zamitiz writes: > > Carlos> Hi, > Carlos> Here's the code: > [...] > > Nice code, but it doesn't compile and it has no main method ;-) Well, it will compile if you change ActionEvent into java.awt.event,ActionEvent ;-} Why do you need

Very strange behavior [was Re: Applets, AWT and Netscape (Code included)]

1998-10-26 Thread Dimitris Vyzovitis
Hi, after attempting this snippet of code provided by Carlos, it seems that java-linux allows resizing of this Dialog despite the setResizable( false ) call, while java in winNT doesn't do so. I tried it with jdk116v5 and netscape 4.5 on linux and netscape 4.5, MSIE4.01, sun jdk1.1.6 and micro

Re: Applets, AWT and Netscape (Code included)

1998-10-26 Thread Juergen Kreileder
> Carlos Alberto Roman Zamitiz writes: Carlos> Hi, Carlos> Here's the code: [...] Nice code, but it doesn't compile and it has no main method ;-) Carlos> On Sun, 25 Oct 1998, Dimitris Vyzovitis wrote: >> Could you elaborate a bit? >> >> Dimitris >> >> > I

Re: Applets, AWT and Netscape (Code included)

1998-10-26 Thread Carlos Alberto Roman Zamitiz
Hi, Here's the code: import java.awt.Dialog; import java.awt.Color; import java.awt.Button; import java.awt.GridBagLayout; import java.awt.GridBagConstraints; import java.awt.Event; import java.awt.Panel; import java.awt.Graphics; import java.awt.Frame; import java.awt.Label; import java.awt.Dime

Re: Applets, AWT and Netscape

1998-10-25 Thread Dimitris Vyzovitis
Could you elaborate a bit? Dimitris > I have other problem: I done an AlertDialog, a child of Dialog, which is a > modal Dialog. I'm using Netscape 4.07 and my Linux box has > "Linux_JDK_1.1.5_v7" but users can resize my AlertDialog. > > Any suggestions? Thanks! begin:vcard n:Vyzovitis;Dimitr

Re: Applets, AWT and Netscape

1998-10-24 Thread Carlos Alberto Roman Zamitiz
I have this problem, too. I had done many applets since 1996 and it succeded always. I have to close Netscape and start it again, but Appletviewer works fine if I select "reload" in menu "file". I have other problem: I done an AlertDialog, a child of Dialog, which is a modal Dialog. I'm using Net