Skip to main content
Search
Search This Blog
My Online Learning
Featured
July 12, 2020
functions in Python
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
combo box
list box
Netbeans Java admission Form
November 29, 2014
Admission Form in Java Netbeans
// CODING for SUBMIT BUTTON
private void SubmitActionPerformed(java.awt.event.ActionEvent evt) {
String n=t1.getText();
String city = (String) list1.getSelectedValue();
String state = (String) cmb1.getSelectedItem();
ta1.append("Name:"+n);
ta1.append("\nCity:"+city);
ta1.append("\nState:"+state);
}
Comments
Popular Posts
August 19, 2015
C++ program to display numbers which get reversed after multiplying by 4
August 19, 2011
how to convert decimal to binary and binary to decimal
Comments
Post a Comment