To load this file without formatting, visit http://whoyouknow.co.uk/ants/AntGraph/java/4/src/antgraph/MyObjectInterface.java. This is a spam-protection measure; sorry for the inconvenience.
· MyObjectInterface.java ·
1/* 2 * MyObject.java 3 * 4 * Created on 09 October 2006, 00:39 5 * 6 * To change this template, choose Tools | Template Manager 7 * and open the template in the editor. 8 */ 9 10package antgraph; 11 12import java.awt.Color; 13 14/** 15 * 16 * @author James Hamilton 17 */ 18public interface MyObjectInterface { 19 public Color getColor(); 20} 21
· MyObjectInterface.java ends ·
To load this file without formatting, visit http://whoyouknow.co.uk/ants/AntGraph/java/4/src/antgraph/MyObjectInterface.java. This is a spam-protection measure; sorry for the inconvenience.