https://github.com/beansoft/darculajdk6
Darcula Look and Feel for JDK 6+
https://github.com/beansoft/darculajdk6
Last synced: 3 months ago
JSON representation
Darcula Look and Feel for JDK 6+
- Host: GitHub
- URL: https://github.com/beansoft/darculajdk6
- Owner: beansoft
- Created: 2016-10-14T08:22:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T13:05:48.000Z (over 8 years ago)
- Last Synced: 2025-01-08T23:04:10.466Z (4 months ago)
- Language: Java
- Size: 5.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Darcula for JDK 6
Darcula Look and Feel for JDK 6+, fixed a compiler issue on Java 6.Usage: download build/darcula_jdk6.jar, include in your own Java Swing project, then call:
UIManager.setLookAndFeel("com.bulenkov.darcula.DarculaLaf");
Then this will bring your the IntelliJ IDEA like dark theme.
Tested on Mac OS 10.10 with Java 6 installed.
Based on https://github.com/bulenkov/Darcula .