This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.lang.reflect.Constructor; | |
import java.lang.reflect.Field; | |
import javafx.scene.control.Tooltip; | |
import javafx.util.Duration; | |
import org.slf4j.LoggerFactory; | |
/** | |
* {@link ToolTipDefaultsFixer} | |
* | |
* @author <a href="mailto:daniel.armbrust.list@gmail.com">Dan Armbrust</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.HashMap; | |
import java.util.function.BooleanSupplier; | |
import java.util.function.Consumer; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import com.jcraft.jsch.JSch; | |
/** | |
* Demonstrates enabling and routing JSch (http://www.jcraft.com/jsch/) logging | |
* into SLF4J (http://www.slf4j.org/) logging using Java 8 |