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_;
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