$Rev: 46019 $ $Date: 2004-09-14 04:56:06 -0500 (Tue, 14 Sep 2004) $
52535455565758
/** * Construct a native Java console, using a transient history map. */ public Console() { setHistory(new TransientHistory()); }