mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 15:00:54 +03:00
FlatHTML: javadoc fixes
This commit is contained in:
@@ -75,7 +75,7 @@ public class FlatHTML
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates foreground in style sheet of the HTML view.
|
* Updates foreground in style sheet of the HTML view.
|
||||||
* Adds "body { color: #<foreground-hex>; }"
|
* Adds "body { color: #<foreground-hex>; }"
|
||||||
*/
|
*/
|
||||||
public static void updateRendererCSSForeground( View view, Color foreground ) {
|
public static void updateRendererCSSForeground( View view, Color foreground ) {
|
||||||
Document doc = view.getDocument();
|
Document doc = view.getDocument();
|
||||||
|
|||||||
Reference in New Issue
Block a user