1 package com.bluecove.emu.gui.graph; 2 3 import org.jgraph.graph.DefaultGraphCell; 4 5 public class ServiceCell extends DefaultGraphCell { 6 7 }