package ptolemy.gui; public class Top { public Top() { throw new RuntimeException("Top not supported"); } public void setCentering(boolean centering) {} }