3.1.1
This library is available in Maven (com.fifesoft.rtext:fife.common:3.1.1). This is a base library for Swing applications, providing the following features commonly found in desktop applications.
This release brings the following changes:
- Avoid a stack trace to the console by checking whether a window is decorated before attempting to call
setOpacity() - Ability to programmatically set what dockable window panels are expanded vs. collapsed
- Dockable windows should be initially collapsed, and allowed to be initially collapsed when an application starts - previously they were always expanded if a dockable window was ontained in them
- Make Darcula Look and Feel's class name a constant for reuse in applications