package org.jmol.awtjs.swing;

public interface TableColumn {

	void setPreferredWidth(int n);

}
