Re: Memory problems

1999-09-03 Thread Nathan Meyers
Benjamin Edelman wrote: > > I'm running JDK 1.1.7v3 on an i386 running RedHat 5.2. The JDK has a nasty > habit of bailing out with an out of memory error before my machine has > actualy run out of memory Some things to try: 1) Make sure you're not out of memory due to other big processes runnin

swing netscape linux

1999-09-03 Thread Yohans Mendoza
hi all, is it possible to load swing applets with netscape in a linux box? TIA --Yohans ~ Yohans Mendoza Unix Administrator [EMAIL PROTECTED]Sirius Images Inc. http://www2.ute

Memory problems

1999-09-03 Thread Benjamin Edelman
I'm running JDK 1.1.7v3 on an i386 running RedHat 5.2. The JDK has a nasty habit of bailing out with an out of memory error before my machine has actualy run out of memory (yes, I used the mx option, also I have 192m of ram with 100m swap space). I put together the following test program which dem

Best approach to new event and its handling

1999-09-03 Thread Yuwin Fei
Hi, What's the best approach to introduce new events and their handling without touching any of Event class, EventQueue class and EventDispachingThread class? I'd like to extend Java events set with new type of events without any change to Event model framework. What's the best approach to th

Re: need advice on selling applet

1999-09-03 Thread peter pilgrim
[EMAIL PROTECTED] wrote: > > trial version: > Since I have signed no contract yet but need to demonstrate the applet > I implemented a simple date check in the main class that compares > the current instance of Calendar with a Calendar constant time stamp > and refuses execution when current ti

Re: OT: Mailing list control

1999-09-03 Thread karl
The list was modified a couple of weeks ago to allow subscribers on the digest list to post to the main list. Not sure about the nature of my reaction though. Did I grow horns and threaten your firstborn? Cheers, Karl Armen Yampolsky <[EMAIL PROTECTED]> writes: > I also had difficulty at one

text will not print in an applet

1999-09-03 Thread Lawson, Tony
Using jdk1.2 pre_v2 I have a simple applet import java.awt.*; import java.applet.Applet; import java.awt.event.*; public class FirstEvent extends Applet implements AdjustmentListener { private Scrollbar slider; private int sliderValue = 0; public void init() {

Re: System.out oddity

1999-09-03 Thread John Reynolds
Hi Riyad, Thanks for the suggestion, this does fix the jit but it does not fix the problem that I am getting. I assume that something has gone wrong with my system as the same problem occurs using pre1 and after reinstalling pre2. The only thing I pin anything on is that upgraded my machine las

need advice on selling applet

1999-09-03 Thread Urs Schreiber
Hello, I am an amateur java programmer, but now an enterprise is interested in some code I wrote. Being totally inexperienced in such matters I hope to find some advice about the basics of commercial java code. The following questions in particular seem important to me. I would very much apprec

Unidentified subject!

1999-09-03 Thread Pascal COUBE
I use jdk1.1 and I would like to print ; it sounds that it is impossible without Motif, especially because the system is unable to show a print dialog. Is my assumption correct ? Is there a solution without Motif ? Thanks for answers. Pascal Coube --