One thought on “Metro style Tooltip for Java (JMetro)

  1. Hi Pedro!

    Well, you could already hide that tooltip page corner in JavaFX by doing something like this:

    .page-corner {
    -fx-shape: ” “;
    -fx-padding: 0;
    -fx-background-color: transparent;
    -fx-effect: dropshadow(three-pass-box, transparent, 0, 0, 0, 0);
    }

    Best regards,
    JI

Leave a Reply

Your email address will not be published. Required fields are marked *