You should use _______________ to set the text on a JButton.

a) setText b) setButtonText
c) setJButtonText d) setTEXT


a) setText

Computer Science & Information Technology

You might also like to view...

_____ give the project managers an opportunity to seek input and conduct brainstorming sessions.

A. Status reports B. Project review reports C. Project status meetings D. Board meetings 

Computer Science & Information Technology

Other than retaking the exam, what must a certified professional do to maintain their CompTIA A+ certification?

A. Successfully complete another CompTIA exam within three years of earning their A+ certification. B. Provide proof to CompTIA of one year of relevant work experience gained within three years of earning their A+ certification. C. Pay a $194 (U.S.) renewal fee to CompTIA every three years. D. Earn 20 CEUs every three years.

Computer Science & Information Technology

A principal element of an identity management system is _______.

A. workflow automation B. delegated administration C. authentication D. all of the above

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Arrays can contain different types of data, structs cannot. 2. If a struct type car has been defined with members make and type, then car.make = “Ford”; is a possible correct assignment. 3. A variable of struct type can be passed to a function as an argument. 4. It is more efficient to pass a struct type variable as a const reference parameter than as a value parameter. 5. After the following declaration and assignment: char title[] = “Professor”; the last character in title will be ‘r’;

Computer Science & Information Technology