Module MaterialFX

Class MFXScrollPaneSkin

All Implemented Interfaces:
Skin<ScrollPane>

public class MFXScrollPaneSkin extends ScrollPaneSkin
Skin used for MFXScrollPane, this class' purpose is to fix a bug of ScrollPanes' viewport which makes the content blurry.

Luckily achieved without reflection :D

  • Constructor Details

    • MFXScrollPaneSkin

      public MFXScrollPaneSkin(MFXScrollPane scrollPane)