View Single Post
Old 12-12-2004, 07:19 PM   PM User | #3
earthsiege
New Coder

 
Join Date: Jul 2004
Location: UK
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
earthsiege is an unknown quantity at this point
cant believ i missed that out.
thanks for the help man,
one more thing though, when im referring to the button in my actionPerformed class how do i refer to the addButton button?
i mean do i do this:

Code:
 public void actionPerformed(ActionEvent e){
        System.out.println(e.getSource());
    if(e.getSource() == addButton){...
or something else?
__________________
c:\dos...
c:\dos\run...
run dos run
earthsiege is offline   Reply With Quote