Registry / utility / looks
library2.2.0javamavenunverified

The JGoodies Looks make your Swing applications and applets look better with optimized readability and usability.

<dependency> <groupId>com.jgoodies</groupId> <artifactId>looks</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · LOOKS
L
looks
utilityjavav2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PlasticLookAndFeel
com.jgoodies.looks.plastic.PlasticLookAndFeel

Sets the Plastic look and feel for a Swing application.

import com.jgoodies.looks.plastic.PlasticLookAndFeel; import javax.swing.UIManager; public class MyApp { public static void main(String[] args) throws Exception { UIManager.setLookAndFeel(new PlasticLookAndFeel()); // Create and show your Swing UI } }
Debug
Known issues
breakingJGoodies Looks may not be compatible with newer Java versions (Java 9+ modular system).
fix
Use the latest version (2.2.0) and ensure your module path includes the necessary exports.
affects: <2.2.0
Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
looks — mvn dependency:get looks · libregistry