diff --git a/README.md b/README.md index a376d76..b375117 100644 --- a/README.md +++ b/README.md @@ -1,73 +1,5 @@ -## Flamingo - advanced components for modern Swing applications +## Notice -### Resizable icons +Flamingo is now part of [Radiance](https://github.com/kirill-grouchnikov/radiance). - - -The `ResizableIcon` extends the core `Icon` interface to allow scaling the icon visuals at runtime. This is especially relevant for controls that can be dynamically resized. This class is used extensively in Flamingo for such controls as ribbon buttons or file viewer panel, but can be used in core and third-party components as well. - -The core library provides helper classes to expose a variety of image formats as `ResizableIcon`s, including SVG, SVGZ, ICO and all `ImageIO`-supported formats. Additional helper classes allow decorating, filtering and layering icons to create more advanced functionality. - -Want to learn more? Browse the following packages: - -* `org.pushingpixels.flamingo.common.icon` -* `org.pushingpixels.flamingo.svg` - -### Breadcrumb bar - - - -`BreadcrumbBar` facilitates quick navigation of multi-level hierarchies, such as file systems or XML documents. This functionality is commonly found in many web sites and is the main navigation tool in the Windows Explorer application. - -The core library provides helper classes to expose a variety of navigation sources as breadcrumb bars, such as local and remote file systems, SVN repositories and tree models. - -Want to learn more? Browse the following packages: - -* `org.pushingpixels.flamingo.bcb` -* `org.pushingpixels.flamingo.bcb.core` - -### Command buttons - - - -The `JCommandButton` and `JCommandToggleButton` provide a broad spectrum of functionality expected from modern UI button components. A short list of features available in Flamingo command buttons includes: - -* Dynamic resizing, including scaling icons and text flow. -* Support for popup buttons and split buttons. -* Richer popup contents. -* Auto-repeat mode for invoking the associated actions as long as the button is pressed. -* Action-on-rollover mode for invoking the associated actions (one-time or auto-repeat) on rollover. - -Want to learn more? Browse the test applications in the `test.common` package. - -### Command button strips and panels - - - -`JCommandButtonStrip` allows hosting a number of command buttons in a single row or column, providing continuous visuals for the buttons. - -`JCommandButtonPanel` allows hosting a number of command buttons in either row-fill or column-fill grid. Notable features include: - -* Button grouping with associated titles -* Single selection mode when hosting toggle command buttons -* Central change of icon size for all hosted buttons - -`AbstractFileViewPanel` extends the `JCommandButtonPanel` functionality, targetting file browser applications. Notable additional features include: - -* Filtering for visibility -* Progress tracking and load cancellation -* API integration with the breadcrumb bar component - -### Ribbon - - - -`JRibbon` provides the functionality of Microsoft Office 2007 Command Bar. A short list of features includes: - -* Ribbon tasks and ribbon task bands. -* In-ribbon galleries. -* Contextual ribbon task groups. -* Taskbar components. -* Dynamic adaptive resizing. - -Want to learn more? Browse the `org.pushingpixels.flamingo.ribbon` package. +Older Flamingo releases can be found [here](https://github.com/kirill-grouchnikov/radiance/tree/master/drop/archive). Follow new development and open bugs / feature requests under Radiance.