2324252627282930
*/ public class ButtonL { public static void main(String[] args) { SwingButtonImpl btn = new SwingButtonImpl(); btn.started(); } }