Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi every one

in need the name of library that i should use it when i write


import java.awt.*;


regard
Posted
Comments
Mohibur Rashid 11-Apr-13 22:19pm    
rephrase the question
TorstenH. 12-Apr-13 2:17am    
WHY? What are you trying to do?

Do you mean the library the includes the java.awt package? I'm pretty sure that's just part of the standard Java library, you shouldn't need anything additional. Here's the documentation for java.awt[^] if you need more information on it.
 
Share this answer
 
If you are using Eclipse, you can find out the specific part of java.awt by commenting out the import line. This will create a compile error. If you go to the line showing the error and hover the cursor over the code with the error, the intellisense will help you with a list of suggested names. Pick the obvious one that is in java.awt.* space.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900