mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
No underline and no blue color
This commit is contained in:
@@ -72,8 +72,8 @@ class StatusPanel extends JPanel {
|
||||
label.setEditable(false);
|
||||
label.setOpaque(false);
|
||||
label.setContentType("text/html");
|
||||
bodyRule = "body { font-family: " + ContributionManagerDialog.myFont.getFamily() + "; " +
|
||||
"font-size: " + ContributionManagerDialog.myFont.getSize() + "pt; }";
|
||||
bodyRule = "a, body { font-family: " + ContributionManagerDialog.myFont.getFamily() + "; " +
|
||||
"font-size: " + ContributionManagerDialog.myFont.getSize() + "pt; color: black; text-decoration: none;}";
|
||||
label.addHyperlinkListener(new HyperlinkListener() {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user