1 package org.woehlke.computer.kurzweil.commons.gui; 2 3 public interface GuiComponent { 4 void showMe(); 5 }