Questions from Starting Out With Java


Q: What is a mnemonic? How do you assign a mnemonic to

What is a mnemonic? How do you assign a mnemonic to a component?

See Answer

Q: What is a tool tip? How do you assign a tool

What is a tool tip? How do you assign a tool tip to a component?

See Answer

Q: Write the first line of the definition for a Poodle class.

Write the first line of the definition for a Poodle class. The class should extend the Dog class.

See Answer

Q: Briefly describe each of the following menu system items: 1

Briefly describe each of the following menu system items: 1. Menu bar 2. Menu item 3. Check box menu item 4. Radio button menu item 5. submenu 6. Separator bar

See Answer

Q: What class do you use to create a regular menu item?

What class do you use to create a regular menu item? What do you pass to the class constructor?

See Answer

Q: What class do you use to create a radio button menu item

What class do you use to create a radio button menu item? What do you pass to the class constructor? How do you cause it to be initially selected?

See Answer

Q: How do you create a relationship between radio button menu items so

How do you create a relationship between radio button menu items so that only one may be selected at a time?

See Answer

Q: What class do you use to create a check box menu item

What class do you use to create a check box menu item? What do you pass to the class constructor? How do you cause it to be initially selected?

See Answer

Q: What class do you use to create a menu? What do

What class do you use to create a menu? What do you pass to the class ­constructor?

See Answer

Q: What class do you use to create a menu bar?

What class do you use to create a menu bar?

See Answer