Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Thread: Won't Draw??

    by copeg
    Replies
    4
    Views
    2,820

    Re: Won't Draw??

    As I alluded to above, applets have a method init() which is called once when a browser loads the applet. It should be overridden and any initial setup code, such as adding mouse listeners or setting...
  2. Thread: Won't Draw??

    by copeg
    Replies
    4
    Views
    2,820

    Re: Won't Draw??

    You have the implementation to receive mouse and key events, but for them to work properly you also need to register the listener with a particular component, for example a JPanel.


    JPanel panel...
Results 1 to 2 of 2