git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@944129 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
Pinaki Poddar 2010-05-14 05:58:16 +00:00
parent 354d9aee89
commit 753c7537ac
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ public class Demo extends JFrame implements Thread.UncaughtExceptionHandler {
button.setEnabled(true);
button.setBorderPainted(false);
add(button, BorderLayout.CENTER);
add(new JLabel(Images.getIcon("images/websphere.png")), BorderLayout.SOUTH);
add(new JLabel(Images.getIcon("images/openjpa-log-small.png")), BorderLayout.SOUTH);
setTitle("About OpenBooks");
setAlwaysOnTop(true);
setResizable(false);