TextField and Radio In Java

In this small project, I am going to introduce the input using textField, radio button and output using JOptionpane. In this example, I get data from user that is the FirstName, LastName, FatherName and three group of radio button. The first one is for type of scholarship, second for program (BSE, BCS) and third one is for percent of scholarship (30%, 50%, 100%). As the user enter information, it

JCheckBox Component in Java

This is a tutorial in which we will going to create a program that has the JCheckBox Component using Java. The JCheckBox is used to let the user select one or more options. It is also a component that an item can be selected or deselected, and which displays its state to the user. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jCheckBoxComponent.java. 2.

JFormattedTextField Component in Java

This is a tutorial in which we will going to create a program that has the JFormattedTextField Component using Java. The JFormattedTextField is a component is used to let the user to specify the valid set of characters that can be typed in a text field with some formatting. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jFormattedTextFieldComponent.java. 2.

JSlider Component in Java

This is a tutorial in which we will going to create a program that has the JSlider Component using Java. The JSlider is used to let the user easily enter or slide a numeric value bounded by a minimum and maximum value. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jSliderComponent.java. 2.

Inventory Management System

It is written using C# and Sql Server 2008 r2... Main Features are : 1. Suppliers Management 2. Stock Management 2.1 Order Stock 2.2 Receive Stock 2.3 Sell Stock 2.4 Transfer Stock 2.5 Order List 3. Reports 3.1 Purchase Order 3.2 Stock Transaction 3.3 Inventory Restore Database from .sql script using sql server management studio 2008 For students or anyone else who needs program or source code for