Search:

Type: Posts; User: Dracone Cordis

Search: Search took 0.09 seconds.

  1. Re: Necessity of importing java.awt.event.*

    @nickyc
    Yes of course! That makes perfect sense. NO doubt if you creating a application that requires on ly one or two classes out the entire package, it would efficient specifying only those...
  2. Re: Necessity of importing java.awt.event.*

    Ah! Got it. The asterisk and import statement implicitly calls the package referenced, not necessarily the name of the classes that follow the directory structure.

    Thanks very much!936
  3. Necessity of importing java.awt.event.*

    I am just starting to mess around with Java's GUI classes specifically with event handling and ask myself a question when I saw that a class that I was implementing didn't recognize its super...
Results 1 to 3 of 3