Aim Write a java program to create sample application form using JFrame and swing controls. Theory Java provides javax.swing package which does not need any help of the native operating system for creating GUI controls. Hence programs created using swings are portable. Swings offers the following features: Lightweight Components: The components created using […]
