Serialized Form
employeeID
java.awt.TextField employeeID
name
java.awt.TextField name
address
java.awt.TextField address
suburb
java.awt.TextField suburb
state
java.awt.TextField state
pCode
java.awt.TextField pCode
dob
java.awt.TextField dob
homePh
java.awt.TextField homePh
workPh
java.awt.TextField workPh
mobile
java.awt.TextField mobile
eMail
java.awt.TextField eMail
dbase
java.awt.TextField dbase
report
java.awt.TextField report
query
java.awt.TextField query
displayArea
java.awt.TextArea displayArea
helpArea
java.awt.TextArea helpArea
newButton
javax.swing.JButton newButton
- add buttons to the database form
public JButton(String text,Icon icon)
Creates a button with initial text and an icon.
Parameters:
text - the text of the button.
icon - the Icon image to display on the button
addButton
javax.swing.JButton addButton
findButton
javax.swing.JButton findButton
updateButton
javax.swing.JButton updateButton
deleteButton
javax.swing.JButton deleteButton
submitButton
javax.swing.JButton submitButton
reportButton
javax.swing.JButton reportButton