Missing Search Textfield in TestChooser
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7150 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
2267d5ff1f
commit
4877b17cab
@ -500,8 +500,9 @@ public class TestChooser extends JDialog {
|
|||||||
showSetting = showSettingCheck.isSelected();
|
showSetting = showSettingCheck.isSelected();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
search.add(jtf);
|
jtf.setPreferredSize(new Dimension(100, 25));
|
||||||
search.add(showSettingCheck);
|
search.add(jtf, BorderLayout.CENTER);
|
||||||
|
search.add(showSettingCheck, BorderLayout.EAST);
|
||||||
return search;
|
return search;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user