BUG in java.awt.List

1998-12-07 Thread Nestor A. Diaz L.
PROTECTED] /** * JFW.java * * * Created: Wed Dec 2 17:08:13 1998 * * @author Nestor A. Diaz L. * @version $Id: JFW.java,v 1.1 1998/12/03 01:45:25 nestor Exp $ */ package jfw; import java.awt.*; import java.awt.event.*; public class JFW extends java.awt.Frame { AboutJFW aboutJFW_;

Java Shell

1999-01-03 Thread Nestor A. Diaz L.
that we can run java applications, can we improve the performace of java avoiding the overhead of have to load the java virtual machine every time we want to run an application?? Maybe this can be done using dynamic loading?? That's only an idea. p.d. english is not my native language. Nest