Your preferences have been saved!
» Point Annotations - import java.awt.*; import java.awt.event.*; import javax.swing.*; import no.geosoft.cc.graphics.*; /**  * G demo program. Demonstrates:  *  * <ul>  * <li>Point annotations  * <li>Annotation algorithm... 16 Feb 12 » Math Notation Demo - import java.awt.*; import java.applet.*; import java.net.URL; import java.util.*; import graph.*; public class example4 extends Applet {       TextLine text = new TextLine();       public void init() {       }       public void paint(Graphics g) {... 16 Feb 12