head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 97.11.09.01.23.12; author kowallik; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @// a silly class that contains a special/saved configurations of // the pendulum animation class Book_Entry { String com; // description double x, v; // initial conditions double damp, ext, w, phi; // system parameter int delay, duration; // timing parameter public String toString() { return com; } } @