Search:

Type: Posts; User: Asteroid555

Search: Search took 0.08 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...
  4. Replies
    2
    Views
    1,287

    Re: New to applets

    Thank-you!
  5. Replies
    2
    Views
    1,287

    New to applets

    package appletPackage;

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

    public class MainClass extends JApplet {
    private...
Results 1 to 5 of 5