JList Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will have a JList Component in Java. A JList is a component that displays a list of objects and lets the user select one or more items that is displayed in one or more columns, to choose from. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jListComponent.java. 2.

JPasswordField Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that has the JPasswordField Component using Java. The JPasswordField provides text fields for password entry and it does not show the characters that the user types. It will only display "*" for the password character. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jPasswordFieldComponent.java. 2. Import the javax.swing.* package so that we can access the JFrame, JLabel, JPasswordField, and Box class.

Creating Links That Open in a New Window Using Javascript

Submitted by GeePee on
This project will teach you how to create a link that open in a new window using javascript. It is easy and useful with just a few lines of codes attached. There are options to modify the new window opened. You can either display the status bar, menu bar, directories bar, you can also either put a scroll bar, where to position the new window in your screen and the size of the new window. Hope you

Library Management System Using VB.NET and MS Access

Submitted by galvez15 on
Description: A simple yet effective Library Management System (LMS) that has the basic functionalities to keep record of every transaction that a library has such as borrowing, returning, baggage count, internet seat and much more. The system is User friendly and thus it can work on mulitple loads and handle huge number of records. It also provides the capability to produce reports from given

Cinema Reservation System Using MS Access

Submitted by galvez15 on
Description: A kind of seat reservation that is purposely design for theater/movie setup. This system has the functionality to keep track of all cinema seats, whether occupied or available. This system can handle six (6) cinema for several movies and 144 seats for each cinema, which sums up to a 864 seats to tracked for the whole day. This system is best for small cinemas and theaters for fast and

JRadioButton Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that has the JRadioButton Component using Java. The JRadioButton as in implementation of a Radio Button is used to let the user select or deselect an item and displays its state to the user. There can only be one item to choose from different options in a radio button. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jRadioButtonComponent.java. 2.

JMenuBar, JMenu, and JMenuItem Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that has the JMenuBar, JMenu, and JMenuItem Component using Java. A menu is a component that provides a way to let the user choose one of several options that can hold other components as choices such as combobox, radio buttons, spinners, and tool bars, and lists. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jTabbedPaneComponent.java. 2.