|
Java import.* question
quick question, i'm looking at a java program where it has the following import statements:
import java.awt.*;
import java.event.*;
I know i'm supposed to wrap that in code or something but hell, it's only 2 lines.
Anyways, why do we need to include the .event one? Shouldn't the first statement include event as well as all other classes of java.awt?
|