Create the application interface
Create a button for inserting data into the database, a button for querying the database, and a label that displays the query results.
- Create the Insert button:
- In theProject viewpane, expand theUIfolder.
- Right-clickMainWIndow (type)and select .
- Hover-over the button, select , and enterInsertButton.
- In thePropertiespane, in theTextfield, enterInsert Random Data.
- Create the Run Query button:
- Right-clickMainWIndow (type)and select .
- Hover-over the button, select , and enterRunQueryButton.
- In thePropertiespane, in theTextfield, enterDisplay Query in Label.
- Create the query result label:
- Right-clickMainWIndow (type)and select .
- Hover-over the label, select , and enterQueryResultLabel.
- In thePropertiespane, in theTextfield, enterQuery Results....
- Arrange the interface elements.
Fornire un feedback