/* * @topic W080111 GUI Demo app * @brief interface IGuiComponent */ package guidemo; public interface IGuiComponent { void show(); }//interface IGuiComponent