SpanButton btnLogin = new SpanButton("Test"); btnLogin.setName("Test"); System.out.println(btnLogin.getName() + ":" + btnLogin.toString()); btnLogin.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { Object o = evt.getSource(); System.out.println(o.toString()); } });
Test:SpanButton[x=0 y=0 width=0 height=0, layout = BorderLayout, scrollableX = false, scrollableY = false, components = [Button, TextArea]]Button[x=12 y=7 width=0 height=687, text = , gap = 2]