Search:

Type: Posts; User: smashX

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    2,044

    Re: Write methods and constructors from Javadocs

    Thanks for your input ^^, I have already put if else to validate the size. However, I got lost after that because I don't know how to make that size X size 2D array you said above, as well as how to...
  2. Replies
    3
    Views
    2,044

    Write methods and constructors from Javadocs

    Hi everyone, I'm currently having an assignment in which my instructors want students to "understand" and interpret Javadocs, then write the methods and constructors back from them. Right now I'm...
  3. Replies
    5
    Views
    1,781

    Re: Applet problem with MouseEvent

    So does that mean I should not use translatePoint at all?
  4. Re: Help with Graphics class and keyPressed method

    Thank you. I know how to solve my problem now. First, to classify and display message, I have to use "island.currentLocation" and not "island.terrainAt". Second, I did NOT click on the applet to gain...
  5. Help with Graphics class and keyPressed method

    Hi, here is the lab assignment that I'm currently working on : Using nested loops and objects in an applet

    Right now I'm stuck at these two steps :




    import java.applet.*;
    import...
  6. Replies
    5
    Views
    1,781

    Applet problem with MouseEvent

    Hi everyone,
    I have a lab assignment that I need to do, and currently I'm stuck at the step to make the "arrow" move every time the user clicks. Here is the description of my assignment:



    So...
Results 1 to 6 of 6