View Single Post
Old Nov 1st, 2005, 7:21 PM   #1
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
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?
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote