mirror of https://github.com/apache/openjpa.git
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@944129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
354d9aee89
commit
753c7537ac
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue