mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 02:40:45 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -64,7 +64,7 @@ public class HtmlLabel extends JEditorPane {
|
||||
if (nightMode) {
|
||||
linkColor = new Color(0x88, 0x88, 0xff);
|
||||
}
|
||||
|
||||
|
||||
String aRule = "a {color: " + String.format("#%02x%02x%02x", linkColor.getRed(), linkColor.getGreen(), linkColor.getBlue()) + "}";
|
||||
|
||||
((HTMLDocument) getDocument()).getStyleSheet().addRule(aRule);
|
||||
|
||||
Reference in New Issue
Block a user