slightly alter search query label text
git-svn-id: svn://anubis/gvsu@66 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
32633264d5
commit
3c0c970c10
@ -354,7 +354,7 @@ public class KaZaGUI extends JFrame
|
|||||||
|
|
||||||
p = new JPanel();
|
p = new JPanel();
|
||||||
p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS));
|
p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS));
|
||||||
p.add(new JLabel("Search query: "));
|
p.add(new JLabel("Search query keyword: "));
|
||||||
p.add(m_queryField);
|
p.add(m_queryField);
|
||||||
p.add(m_searchButton);
|
p.add(m_searchButton);
|
||||||
clientPanel.add(p);
|
clientPanel.add(p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user