Put a bit of a border around the search components.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@594 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SearchPanel.java,v 1.1 2002/02/22 07:06:33 mdb Exp $
|
||||
// $Id: SearchPanel.java,v 1.2 2002/02/22 07:55:49 mdb Exp $
|
||||
|
||||
package robodj.chooser;
|
||||
|
||||
@@ -22,6 +22,9 @@ public class SearchPanel extends JPanel
|
||||
gl.setJustification(GroupLayout.TOP);
|
||||
setLayout(gl);
|
||||
|
||||
// give ourselves a wee bit of a border
|
||||
setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
|
||||
|
||||
add(new JLabel("Enter a word to be matched against the " +
|
||||
"artists, titles and songs:"), GroupLayout.FIXED);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user