0% found this document useful (0 votes)
13 views1 page

ComboBox Example

Uploaded by

Suraj Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

ComboBox Example

Uploaded by

Suraj Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Example of ComboBox

********************Source Code******************

private void btnAddActionPerformed([Link] evt) {


[Link]([Link]());
[Link](null);
[Link]("" + [Link]());
[Link](false);
}

private void btnRemoveActionPerformed([Link] evt) {


[Link]([Link]());
[Link]("" + [Link]());
}

private void btnRemoveAllActionPerformed([Link] evt) {


[Link]();
[Link]("" + [Link]());
}

private void CB1ActionPerformed([Link] evt) {


if([Link]().equals("Bihar"))
{
[Link]("Gaya");
[Link]("Patna");
[Link]("Jehanabad");
}
if([Link]().equals("UP"))
{
[Link]("Gaya");
[Link]("Patna");
[Link]("Jehanabad");
}

IP Notes Kumar Gourab DAV PS, C.R.,R.C.,Gaya

You might also like