Hi,
Francis Kung wrote:
2006-06-16 Francis Kung <[EMAIL PROTECTED]>
* examples/gnu/classpath/examples/swing/Demo.java:
(mkButtonBar): rename FillRect to JNIOverhead
ChangeLog entries should start with a capital and end with a period:
* examples/gnu/classpath/examples/swing/Demo.java:
(mkButtonBar): Rename FillRect to JNIOverhead.
panel.add(new JButton(new PopupAction("Theme Editor",
MetalThemeEditor.createDemoFactory())));
panel.add(new JButton(new PopupAction("Paint Performance",
This string should be "JNI Overhead" too.
Otherwise this looks good. Please commit.
Thanks,
Tom