Sun . Java . Code Library . t*

Timer (definedXYZ, new   ActionListener () { public void actionPerformed (ActionEvent   ActionEvent) {  updateStatus ();
}});

{ ... // trigonometry
Math.atan
Math.atan2
Math.cos
Math.sin
Math.tan
... }

{ ... // trimming strings, java.lang.String
String trim()
... }