What is the Spacer class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Spacer class?
Rating:
The Spacer class extends the Item class. It positions other items on the Form object, and therefore it is non-interactive. A developer cannot add commands to a Spacer object by using the addCommand() method, as it will throw an IllegalStateException. The Spacer object have no label, and an attempt to set a label using the setLabel() method throws an IllegalStateException. It defines the following constructor:
Here, the width parameter specifies the width of the Spacer object in pixels, and the height parameter specifies the height of the Spacer object in pixels.
Rating:
Was this information helpful?
Other articles
- What is JNI?
- What is the notifyDestroyed() method?
- What is the RecordEnumeration interface?
- What is the setPriority() method?
- What is the receive() method?