3 thoughts on “Metro style Tooltip for Java (JMetro)

  1. JavaFX links of the week, November 18 « Jonathan Giles

  2. JavaFX links of the week, November 18 // JavaFX News, Demos and Insight // FX Experience

  3. 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 *