package tp4;
interface Tracable{
  static final int DIM_MAX =500;
  void afficher( java.awt.Graphics g);
}

