Darcula
Darcula copied to clipboard
Darcula Look and Feel
When using `"c:\Program Files\AdoptOpenJDK\jdk-15.0.1.9-hotspot\bin\java.exe"` ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.bulenkov.darcula.DarculaLaf (file:/D:/mdeweerd/workspace/ZigbeeCardConfigurator/dist/lib/darcula.jar) to field javax .swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY WARNING: Please consider reporting this to...
When trying to use Darcula on Java 9, I get the following exception: java.lang.IllegalAccessError: class com.bulenkov.darcula.DarculaLaf (in unnamed module @0x62e7f11d) cannot access class sun.awt.AppContext (in module java.desktop) because module java.desktop...
Hello, When using Darcula LAF under java 9, we get those warnings: `WARNING: Illegal reflective access by com.bulenkov.darcula.DarculaLaf (file:/data/jmeter/workspace/jmeter_trunk/lib/darcula.jar) to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY WARNING: Illegal reflective access by com.bulenkov.iconloader.util.UIUtil (file:/data/jmeter/workspace/jmeter_trunk/lib/darcula.jar) to...
Do you have plans on having a maven artifact? All my projects run on Maven, and having a manual JAR is a bit of a pain :). If you don't...
Dear Konstantin, I created a [base16](http://chriskempson.com/projects/base16/) colour scheme of this theme ([see here](https://github.com/PlusMinus0/base16-darcula-scheme)) and would like to add it to the official list. Unfortunately I can only submit it if...
See https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020 In consequence, attempting to download https://repo.spring.io/plugins-release/com/bulenkov/darcula/2018.2/darcula-2018.2.pom yields a HTTP 401. This needs to be published elsewhere.
\n is working but every time \ is pressed Yen(¥)n symbol is displayed
apache-jmeter-5.1.1 $ java -jar bin/ApacheJMeter.jar ============================================================ WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.bulenkov.darcula.DarculaLaf (file:/.../software/opensource/apache-jmeter-5.1.1/lib/darcula.jar) to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY WARNING: Please consider reporting this to...
First, I want to thank the project author for contributing this to the open source community with an Apache License. The popularity and success of this project speaks for itself....
I added JButtons to JToolbar and they render but when I click them they dont push in they dont give any visual feedback at all. When I disable darcula the...