Search:

Type: Posts; User: Asteroid555

Search: Search took 0.11 seconds.

  1. Re: Not sure how to deal with addActionListener! :3

    Disregard that last post, I got it; now, notice I'm 'addActionListener' to 2 buttons, but it's erroring on me? How do I add the addActionListener to multiple buttons without it erroring?
  2. Re: Not sure how to deal with addActionListener! :3

    package appletPackage;

    import javax.swing.JApplet;
    import javax.swing.JButton;
    import java.awt.event.*;
    import java.awt.*;

    public class MainClass extends JApplet,Frame implements...
  3. Not sure how to deal with addActionListener! :3

    package appletPackage;

    import javax.swing.JApplet;
    import javax.swing.JButton;
    import java.awt.event.*;
    import java.awt.*;

    public class MainClass extends JApplet,Frame implements...
Results 1 to 3 of 3