GridLayout as Layout Manager in Java

Submitted by donbermoy on
This tutorial is about the GridLayout as Layout Manager in Java. A GridLayout is a layout where it has a grid within a component. This layout ignores the sizes of the component and resizes them fit the cell's dimension of the grid. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of gridLayout.java. 2.

FlowLayout as Layout Manager in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will have a FlowLayout as Layout Manager in Java. A FlowLayout as a layout manager provides a layout that is simple and used as default by the JPanel. It makes it every component seen according to its preferred size and arranges them in horizontal wrapping lines so that they will have spacing. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of flowLayout.java. 2.

Advanced Guest House Management System

Submitted by Raj.Sharma on
This project is written using VB.NET and MS access 2010 as back end... I developed this project for Ashok Guest House Gujarat India Main Features are: 1. Guest House Reservation. 2. Restaurant Billing. 3. Guests Orders Management. 4. Stock Management. 5. Advanced records searching Facility, Advanced reports. 6. Inventory Management and many more. Facility to work on many PC's using LAN

BorderLayout as Layout Manager in Java

Submitted by donbermoy on
This tutorial is about the BorderLayout as Layout Manager in Java. A BorderLayout is a layout where it has a rectangular screen area divided into five regions - North, South, East, West, and Center position regions. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of borderLayout.java. 2.

How to Create a Splash Screen in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will have a Splash Screen in Java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of splashScreen.java. 2. Import the following packages: import java.awt.*; //used to access the Color, Dimension, and Toolkit class import javax.swing.*; //use the JWindow and JLabel class 3

MetroPad v.1 (Metro-Styled Notepad) Using VB.NET

Submitted by galvez15 on
Description: A simple yet powerful windows application created with VB.NET. With Tabbed MDI that enables user to work/open text files at the same time. It works like with a normal notepad so it can be easily used (User-Friendly Interfacec). I would like to acknowledge those codes available online for open-source. Hope you all like this system :) Note: Some issues were not yet fixed thus I will be