Attendence Management System
A desktop software developed using Awt package
What is Awt ?
Awt is Java's Graphical User Interface package. Which most commmonly used package for developing desktop applications using Java programming language.
Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java.
Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system. AWT is heavyweight i.e. its components are using the resources of OS.
The java.awt package provides classes for AWT api such as TextField, Label, TextArea, RadioButton, CheckBox, Choice, List etc.
What is Swing ?
Unlike AWT, Java Swing provides platform-independent and lightweight components.
The javax.swing package provides classes for java swing API such as JButton, JTextField, JTextArea, JRadioButton, JCheckbox, JMenu, JColorChooser etc.
Java offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, AWT is the most commonly used method. Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java. Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system. AWT is heavyweight i.e. its components are using the resources of OS.
To create a AWT app:
1. Importing the module – java.awt
2. Create the main window (container)
3. Add any number of Layouts to the main window
4. Apply the event Handler on the layouts.
What is Attendence Management System ?
Attendance Management keeps track of your employee hours. It is the system you use to document the time your employees work and the time they take off. Attendance Management can be done by recording employee hours on paper, using spreadsheets, punching time cards, or using online attendance software for your company.
Why Attendance Management System is important ?
Time and attendance accounting are vital for providing an accurate picture of your labor costs. And using a third-party vendor can provide you with the time and attendance systems you need to ensure you only pay for hours worked, while helping you identify potential problem employees.
Programmer Mirta is for learning and training. Projects might be simple to improve learning. Projects are constantly reviewed to avoid errors, but we cannot assure full correctness of all content. While using Programmer Mitra, you agree to have read and accepted our terms of use, cookie and privacy policy.
Copyright 2021 by Programmer Mitra. All Rights Reserved.