margin : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

margin
There are at least five types of margin in Java.
  1. In a GridBagLayout you can specify the margin of whitespace around each Component by specifying the Insets in the GridBagConstraints.
  2. You can use JComponent.setBorder to set a decorative border, or padding or margins.
  3. For JButtons and JTextComponents such as JTextArea, there is also a setMargin method that specifies the amount of whitespace inside the Component between the edge and the text inside. Unfortunately it will not work on JLabels. I find it often does not work with JButtons either.
  4. You can use the ipadx and ipady parameters is a GridBagLayout to make a Button bigger than it needs to be just to contain the text. This is the most reliable way to get some space around the text on a button.
  5. And finally just to confuse you, there in the Container.insets method that gets the margin inside a Container. This is controlled by the native GUI (Graphic User Interface) and cannot be changed.
  6. Margins in CSS (Cascading Style Sheets) style sheets.

This page is posted
on the web at:

http://mindprod.com/jgloss/margin.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\margin.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[54.235.6.60]
You are visitor number