JSeparator : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

JSeparator
A Swing JComponent that lets you draw a horizontal or vertical rule in a layout. Note the spelling. American programmers often tend to turn the a or o vowels into es. If your separator is not visible, make sure you packed or validated your layout to assign it a size. Most commonly used to add dividers in JMenus.
// Using a JSeparator
import javax.swing.JSeparator;
// ...
JSeparator vertical = new JSeparator( JSeparator.VERTICAL );

myPanel.add( vertical, constraints );

Learning More

Oracle’s Javadoc on JSeparator class : available:

This page is posted
on the web at:

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

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

J:\mindprod\jgloss\jseparator.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.144.95.36]
You are visitor number