classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Synth look and feel


From: Roman Kennke
Subject: [cp-patches] FYI: Synth look and feel
Date: Mon, 23 Jan 2006 17:06:17 +0000

Hi there,

at the weekend I slapped together the beginning of the Synth look and
feel from the JDK1.5 API. This is a look and feel that can be specified
by an XML file. I started by implementing most of the public API, which
is actually mostly constant definitions, interfaces/abstract stuff etc.
The real work still must be done, which is mostly the actual UI classes
(which are not public in this L&F) and some more stuff (like
StyleFactories, Painters, etc). I'll continue this soon...

I have put in several FIXMEs for missing stuff and opened a PR for that:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25889

2006-01-23  Roman Kennke  <address@hidden>

        * javax/swing/plaf/synth/ColorType.java,
        * javax/swing/plaf/synth/Region.java,
        * javax/swing/plaf/synth/SynthConstants.java,
        * javax/swing/plaf/synth/SynthContext.java
        * javax/swing/plaf/synth/SynthGraphicsUtils.java,
        * javax/swing/plaf/synth/SynthLookAndFeel.java,
        * javax/swing/plaf/synth/SynthPainter.java,
        * javax/swing/plaf/synth/SynthStyle.java,
        * javax/swing/plaf/synth/SynthStyleFactory.java,
        * javax/swing/plaf/synth/package.html:
        New files. Added the public API and framework classes for the
        Synth look and feel.

Cheers, Roman

Attachment: patch.diff.gz
Description: GNU Zip compressed data


reply via email to

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