Search:

Type: Posts; User: AlexAndAHalf

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,568

    Re: Basic Applet Not Functioning Correctly

    Yeah I noticed that and changed it all up, here is the updated code that I have, still producing the same result:



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

    public...
  2. Replies
    4
    Views
    2,568

    Re: Basic Applet Not Functioning Correctly

    Could also be a problem with how I managed my if-statements, really clueless on this one!
  3. Replies
    4
    Views
    2,568

    Basic Applet Not Functioning Correctly

    Okay, so I'm in an Intro to Java class, and we're currently covering applets. This assignment is giving me a hard time, it reads as follows:

    "Create a JApplet that contains two parallel arrays...
Results 1 to 3 of 3