Search:

Type: Posts; User: JavaGreg

Search: Search took 0.11 seconds.

  1. Re: simple problem w/ appelets which i cant figure out

    just found out about the repaint method after search some example codes....
    i feel pretty stoopid now. but everything works,thanks for the help
  2. Re: simple problem w/ appelets which i cant figure out

    It'll compile now. I had assumed that java.awt.*; wouldcover it but i forgot that it wont go two deep.

    That however makesmy program worse not better. The mouseUp wont even call now where before...
  3. Re: simple problem w/ appelets which i cant figure out

    that doesnt compile.MouseListener is in awt so it should find it right?, but it says it cant find it, where do i import it?
  4. Re: simple problem w/ appelets which i cant figure out

    also, normally i dont have the "addMouseListener(this);" line there. i know it wont compile like it is now(i dont know why), but i was trying to figure out why it wont work and forgot to take the...
  5. simple problem w/ appelets which i cant figure out

    Im trying to figure out the mouse classes for a larger project im working on. This is a really simple applet i wrote, and based off of the sun micro systems tutorial it seems like it should work. ...
Results 1 to 5 of 5