The Easy Java Simulations Modeling and Authoring Tool is needed to explore the computational model used in the Block and Spring on an Inclined Plane Model.
changes by lookang include:
relayout and customize to simple harmonic motion model on a horizontal plane.
_view.drawingPanel.setAntialiasShapeOn(true);
_view.drawingPanel.setAntialiasTextOn(true);
if(v > 0) direction=-1; // bug removed by lookang
else if (v < 0) direction =1; // bug removed by lookang
Create a new relation