1 package com.loribel.commons.abstraction; 2 3 import javax.swing.*; 4 5 public interface GB_SwingDemo 6 { 7 JComponent getDemoComponent() 8 throws Exception; 9 10 Class[] getDemoClasses(); 11 12 GB_LabelIcon getTitle(); 13 14 GB_LabelIcon getShortTitle(); 15 }