Question: Which statement would create an object that would display data, but the user cannot change it ? ( Mark all that are correct. ) self.field

Which statement would create an object that would display data, but the user cannot change it?(Mark all that are correct.)
self.field1= self.addFloatField(value =110.0, row =1, column =1, state = "readonly")
self.field1= self.addIntegerField(value =50, row =0, column =1, width =10)
self.field1= self.addTextField(text = "January", row =0, column =1)
self.addLabel(text = "January", row =0, column =0)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!