Popup Menu in Java

Submitted by Erick_Ny on
This tutorial will teach you how to create Popup Menu in java swing. I used JPopupMenu. I also used JMenuBar, JMenu, JMenuItem. The following are the steps to run this program: 1 Extract PopupMenu.zip 2 Open Eclipse IDE and create new java project 3 Import MainClass.java and PopupMenu.java file If you find my code useful, send me an email at: [email protected] Facebook: Ny Aina Erick Randrianjafy

Chat System - Client Unique Usernames

Submitted by GeePee on
Introduction: This tutorial is the eleventh in my Java Network Programming using KryoNet series, or sixth in creating a chat client and server system, in which we are going to be ensuring that no two clients have the same username. Previous: In the previous tutorial we created a way to circulate any incoming messages to the server to the rest of the clients. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat. When a client connects, add them to a

Chat System - Passing On the Message

Submitted by GeePee on
Introduction: This tutorial is the tenth in my Java Network Programming using KryoNet series, or fifth in creating a chat client and server system, in which we are going to be sending the message to all other clients. Previous: In the previous tutorial we created a way to automatically remove clients that disconnect through a new disconnect listener on the server. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat. When a client connects, add them

GHospital Care | Clinic Management System

Submitted by H.r. Khan on
This is a complete hospital/clinic management system written by visual c# 2008 & ms sql server. This is very useful and easy to use software. This is very helpful also to those who wants to learn C#. Feel free to explore and learn from this project. Hope it helps you in your future project. if any problem please email me at Tushar Ganguly

MenuBar in Java

Submitted by Erick_Ny on
This tutorial will teach you how to create MenuBar in java. I used JMenuBar,JMenu,JMenuItem. So, now let's start this tutorial! 1- Extract MenuBar.zip and copy to Eclipse Workspace 2- Open eclipse then click File/Import/General/Existing Projects into Workspace/Next 3- In the Select root directory: click Browse 4- Select MenuBar folder then OK/Finish If you find my code useful, send me an email at

Simple Billing System

Submitted by wajahat.rashid.792 on
This is a simple billing system created using Visual Basic. This is a very easy system. Just choose the items you want and it will display the cost of the items. Insert the quantity ordered and it will automatically sum up total cost. All selected item will be displayed on the listview. It will also show all total cost of all the items selected or ordered. Hope you learn from this. Like My Page