File or class transfer over tcpip

1999-08-03 Thread Robert Covell
I am in the mist of developing an RMI Update utility for clients. Like most updaters they would download a small 30k(+-) java application that would talk to an RMI server and decide what files (.class) the client needed. It works like a charm but, the typical but word my classes when used by the

Re: PrintJob and JTextArea

1999-07-30 Thread Robert Covell
Are you setting a background color by doing a fillRect()? We are doing the exact thing right now and are having problems with a different component GXLabel that looks ok on screen but prints the last thing drawn in the GXLabel. So if we have a label and fill the rect with a light grey and THEN d

Re: A problem.

1999-05-14 Thread Robert Covell
Not sure about your first question but later, referring to the classes.zip... Look for rt.jar or zip and il18.jar or zip (something like that, I am not in a position to look at the directory, and since I don't look there that often I can't remember exactly). But anyway it is in some form of the

Re: JARs and performance...

1999-05-06 Thread Robert Covell
Thanks for the reply. I have thought about pulling the class out of 1.2, but was not certain of the affects. Additionlly, I thought of just rewrting their code in 1.1.7. Either way that is an option. The Jar will consist of classes the will be run as an application/applet/serialized bean. But

JARs and performance...

1999-05-06 Thread Robert Covell
Trying to optimize JAR performance. We have a JAR that is 700K using JDK1.1.7 and are looking for ways to improve the performance when using it. At this time we cannot migrate to Java2 and utilize the JArURLConnection. Does anyone have any suggestions? We would like to split the JAR into two J