event

Diary

Submitted by obutebasil on
Diary is an app that allows you to set a reminder about the event, Add Note to Calendar, Save Contact and get a notification about the reminder. Database is access database "data.mdb". Run the app and right click on it to view the features.

Countdown Celebration Event

Submitted by rinvizle on
Hello Guys! We will create a Countdown Celebration Event using strong>Javascript time format script. This project creates a celebration event or countdown event in different event that you have, it is a simple form of event using html for the GUI and javascript for the date and time for the given event based on the real-time monitoring using your laptop or desktops default date and time.

Event Registration System

Submitted by alpha_luna on
If you are looking for Event Registration System then you are at the right place. This simple system can help us for registering all the participants in the particular kind of events. For faster transaction, you can also network the system to have multiple users registering in a short period of time.

Introduction to javax.swing Library. A Simple Notepad Application. Part 2

Submitted by pavel7_7_7 on
This is the second part of the A Simple Notepad Application tutorial. In this article you will see, how all the functions of the text editor are implemented. So, we continue our work on the text editor. We have the graphical user interface. First step to implement the functionality is to add shortcut keys to every menu item. We will ise for this KeyAdapter.