Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on What is need to import java.awt.event.* within the Java forums, part of the Software Development category; In making the awt programs we import java.awt.* It means all the packages inside this must be imported to my programe. Then what is need to import java.awt.event.*;in the same ...
|
|||||||
|
|||
|
What is need to import java.awt.event.*
In making the awt programs we import java.awt.*
It means all the packages inside this must be imported to my programe. Then what is need to import java.awt.event.*;in the same programe.. means in a same programe why there is aneed to import java.awt.even if we imported java.awt... Question asked by visitor aashi |
| Sponsored Links |
|
|||
|
Re: What is need to import java.awt.event.*
We need to import java.awt.event.*along with java.awt.*in the same program why becauce both are different packages
java.awt package:Contains all of the classes for creating user interfaces and for painting graphics and images. java.awt.event package:Provides interfaces and classes for dealing with different types of events fired by AWT components. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Event Effect Graph | Srikanth | Testing Issues | 2 | 07-04-2007 04:02 AM |
| How do we catch click event? | prakash.kudrekar | VB.NET | 5 | 04-30-2007 10:23 AM |
| Which event of the grid should we use to write code | Geek_Guest | VB.NET | 0 | 04-09-2007 06:23 AM |
| textbox TextChanged Event | Geek_Guest | ASP.NET | 1 | 03-15-2007 03:04 AM |
| WebSphere V5.0 : Import and export | Lokesh M | Web Tools | 0 | 05-27-2006 07:26 AM |