Search:

Type: Posts; User: Ludicrous

Search: Search took 0.28 seconds.

  1. Thread: Java Applet

    by Ludicrous
    Replies
    7
    Views
    2,220

    Re: Java Applet

    I am an idiot. Problem solved - Thanks to everyone who replied
  2. Thread: Java Applet

    by Ludicrous
    Replies
    7
    Views
    2,220

    Re: Java Applet

    KevinWorkman: I understand your example and I like it, but the part that is still confusing me is this: what would I replace g.drawOval(x, y, 10, 10); with in order to print an image I have on my...
  3. Thread: Java Applet

    by Ludicrous
    Replies
    7
    Views
    2,220

    Re: Java Applet

    My question is this: How do I display an image in my web browser involving at least 2 classes. One class acting as something like a HUB, and it calls to another class to draw that image.

    The code...
  4. Thread: Java Applet

    by Ludicrous
    Replies
    7
    Views
    2,220

    Java Applet

    Hi, I am writing a java applet to simply, display an image on my web browser. I can do it when I am only using one class, but now I wanted to write the program using two classes.

    ======CLASS:...
Results 1 to 4 of 4