In this paper, Evenet-2000, a Java-Based neural network toolkit is presented. It is based on the representation of an arbitrary
neural network as a block diagram (these blocks are, for example, summing junctions or branch points) with a set of simple
manipulation rules. With this toolkit, users can easily design and train any arbitrary neural network, even time-dependent
ones, avoiding the complicated calculations that the means of establishing the gradient algorithm requires when a new network
architecture is designed. Evenet-2000 consists of three parts: a calculation library, a user-friendly interface and a graphic
network editor with all the Java advantages: encapsulation, inheritance, powerful libraries...