Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Event Handling in JAVA GUI

Share this post!
 Vote this!

Consider a simple GUI based Java program as shown in screenshot and code given below

A window based program is called event driven program. The signals that a program receives from the OS as a result of your actions are called events. Unlike the old rigid old sequential programs, it puts user in charge, user control the sequence of program. Application waits for the user action. This approach is called event driven programming.  more...

0 comments:

Post a Comment