- For Theming - the
demos/theming-demomodule- The main demo is
Checkclass. In order to switch the demo to other third-party look-and-feels you will need to download the matching jar files locally and add them to the classpath. - Smaller demos for showing how to use individual APIs in
org.pushingpixels.radiance.demo.theming.main.samples.theming.apipackage
- The main demo is
- For Theming, advanced - the
demos/theming-appsmodule- Skeleton of a chat app in
ChatFrameclass - Skeleton of a mail app in
VisorMailclass - Custom skin in
org.pushingpixels.radiance.demo.themingapps.seaglasspackage - Heavily integrated custom design in the cookbook sample
- Skeleton of a chat app in
- For Component - the
demos/component-demomodule- The main ribbon demo is
org.pushingpixels.radiance.demo.component.ribbon.BasicCheckRibbonclass - Breadcrumb demos in
org.pushingpixels.radiance.demo.component.bcbpackage - Command, popup and panel demos in
org.pushingpixels.radiance.demo.component.commonpackage - Small image viewer demo using command panel in
org.pushingpixels.radiance.demo.component.imageviewerpackage
- The main ribbon demo is
- For Component Kotlin extensions - the
demos/component-ktx-demomodule- The main ribbon demo is
org.pushingpixels.radiance.demo.component.ktx.ribbonfile - Breadcrumb demos in
org.pushingpixels.radiance.demo.component.ktx.bcbpackage - Command, popup and panel demos in
org.pushingpixels.radiance.demo.component.ktx.commonpackage - Small image viewer demo using command panel in
org.pushingpixels.radiance.demo.component.ktx.imageviewer.ImageViewerfile
- The main ribbon demo is
- For Animation - the
demos/animation-demomodule- Simple API usage in
org.pushingpixels.radiance.demo.animationpackage - More complex samples in
org.pushingpixels.radiance.demo.animation.swingpackage - Experimenting with splines in
org.pushingpixels.radiance.demo.animation.swing.trackerpackage - Music browser with heavy usage of Radiance animations in the Music app sample
- Simple API usage in