minor ramtune test app ui update

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@682 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-06-09 00:31:59 +00:00
commit 6fbcb3f446
1 changed files with 2 additions and 1 deletions

View File

@ -156,9 +156,10 @@ public final class RamTuneTestApp extends JFrame implements WindowListener {
JPanel addressPanel = new JPanel(new FlowLayout());
addressPanel.add(new JLabel("Address (eg. 020000):"));
addressPanel.add(addressField);
addressPanel.add(new JLabel("Read Length:"));
addressPanel.add(new JLabel(" Read Length:"));
lengthField.setText("1");
addressPanel.add(lengthField);
addressPanel.add(new JLabel("byte(s)"));
constraints.gridx = 3;
constraints.gridy = 0;
constraints.gridwidth = 2;