/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.jakeapp.gui.swing.interfaces; /** * @author studpete */ public interface Closeable { public void close(); }