announcement

1999-06-02 Thread Laura Young
INT just announced they have released the Beta 2 version of J/View3D, a Java 3D toolkit. It's easy to use and you need little Java programming experience to use it. Basically it simplifies your ability to create sophisticated interactive data visualizations. It has a high level API and uses th

multiple selection

1998-11-20 Thread laura
How can I do to implement multiple file selection with jdk1.1? I try with JFileChooser class, but multiple selction works only with jdk 1.2.. Thanks. Laura

Printing from applet using Netscape

1998-10-18 Thread Laura L. Evangelista
-blah/,] What needs to be done before I could get to print from my applet? Than'x for all the help ... :-) -- Laura

Printing from browser

1998-10-14 Thread Laura L. Evangelista
Java people, I have an applet that needs to print components (reports) ... It runs fine with appletviewer, but running it through a browser (Netscape 4.05), I get security errors. How can I get my applets to print from a browser? Than'x for any help. -- Laura

UI java-Unix

1998-09-11 Thread Laura
I must to interface a Unix script with java application. I try with import java.io.*; ... try{ String[] com_ps= {"/bin/sh", "-c", "/bin/chmod 755 esegue", "./esegue"}; Process p = Runtime.getRuntime().exec(com_ps); }catch (IOException e0){ System.err.println(e0); System.exit(0); } } } My scrip

Re: about exec

1998-09-04 Thread Laura
Massimo Conti wrote: > > Hi | > here is how I made this : > > import java.lang.Runtime; > > public void startService(String programName) { > > try { > path = "/your/path/"; > (Runtime.getRuntime()).exec(path+programName); > } > cat

Re: Printing

1998-08-14 Thread Laura L. Evangelista
Printer)? Than'x! -- Laura

Re: Signing Applets

1998-08-13 Thread Laura L. Evangelista
can't tell you more without web access. It's okay ... You're time and help is very much appreciated ... :-) Than'x! -- Laura

Re: Printing

1998-08-13 Thread Laura L. Evangelista
owing it ... > I'm no longer on the Java-Linux mailing list, so I'm not sure if anyone > else answered this for you already. My problem has not been solved yet ... I hope somebody can help me ... Printing is a real necessity ... Thank you. -- Laura John Zukowski wrote: >

Re: Signing Applets

1998-08-12 Thread Laura L. Evangelista
A10080306 # path: /~lala/dataEntry/file/ I've already tried a lot of things (downloaded capsapi_classes.zip and SignTool and applied the codebase principle) just to get this applet run in a browser, but to no avail ... Please, help me on this. Thank you. -- Laura

Signing Applets

1998-08-12 Thread Laura L. Evangelista
Java People, Can I sign an applet (JAR file) without "purchasing"/needing a certificate (digital ID)? -- Laura

Printing (the Code)

1998-08-12 Thread Laura L. Evangelista
// This example is from the book _Java AWT Reference_ by John Zukowski. // Written by John Zukowski. Copyright (c) 1997 O'Reilly & Associates. // You may study, use, modify, and distribute this example for any purpose. // This example is provided WITHOUT WARRANTY either expressed or implied. i

Printing

1998-08-12 Thread Laura L. Evangelista
Ljava.lang.String;@80cbe12" This is the first time I tried the printing feature in Java (I also tested other sample applications, but they all wouldn't work) ... The printer (HP LaserJet 4L) is from within the (local) network ... I am using RedHat Linux 4.2, JDK 1.1.3 ... I hope

[Fwd: AppletSecurityException in browsers]

1998-07-22 Thread Laura L. Evangelista
Java People, How can I get my applet (when ran through a browser) to read/write a text file? It works well, as usual, using appletviewer. Thank you (in advance). -- Laura