classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Swing Demo unified


From: Roman Kennke
Subject: [cp-patches] FYI: Swing Demo unified
Date: Tue, 25 Oct 2005 15:16:35 +0000

Hi there,

I hooked up David's great demo programs into the Swing Activity Board.
These demos are much much better than the primitive demos we had before.
Thank you David.

The only issue with this is that we now have 2 close buttons in these new
dialogs. I would suggest that the close button should not be created in
the createContent() methods, but instead somewhere outside in the
standalone apps. David could you adjust this?

2005-10-24  Roman Kennke  <address@hidden>

        * examples/gnu/classpath/examples/swing/Demo.java
        (mkMenuBar): Replaced some demos with new external demo programs,
        namely the button demo, the scrollbar demo, the combobox demo and
        the slider demo.
        (mkButtonBar): Likewise.
        * examples/gnu/classpath/examples/swing/ButtonDemo.java
        (createContent): Made package private so that the Demo.java can
        access it.
        * examples/gnu/classpath/examples/swing/ComboBoxDemo.java
        (createContent): Made package private so that the Demo.java can
        access it.
        * examples/gnu/classpath/examples/swing/ScrollBarDemo.java
        (createContent): Made package private so that the Demo.java can
        access it.
        * examples/gnu/classpath/examples/swing/SliderDemo.java
        (createContent): Made package private so that the Demo.java can
        access it.

/Roman

Attachment: Swing-Demo.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]