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