Michael Ennen
Michael Ennen
I think [adding](https://plugins.jetbrains.com/plugin/addPlugin) this plugin to the [Jetbrains plugin repository](https://plugins.jetbrains.com/) would be helpful for streamlining the plugin installation because, once it is added to the plugin repository, people can install...
Hello, I am currently using the groupAgainstEdge method to group 3 dots together, aligned at the bottom edge, like so: ``` swift view.groupAgainstEdge(group: .Horizontal, views: [pageIndexCircles[0], pageIndexCircles[1], pageIndexCircles[2]], againstEdge: .Bottom,...
This is my attempt at addressing the issue I raised in #19. Obviously we should add some tests for the case where xPad != yPad, but I wanted to get...
From gitter: > Danny Gonzalez @dannyagonzalez_twitter Trying to execute file open on an application I’m testing with FxRobot. The menu item has an accelerator set to KeyCodeCombination(KeyCode.O, KeyCombination.SHORTCUT_DOWN). When I...
Just a note to myself: ```java /** * Waits for the {@code Node} that is looked up by the given {@code NodeQuery} to be visible. * * This method handles...
Something, if implemented, that would possibly reduce the flakiness of TestFX generally is https://bugs.openjdk.java.net/browse/JDK-8176902. Marking this as a note to myself and anyone else who would like to try and...
Take an example of a failing test that lists the mouse movements: ``` Fired events since test began: WindowEvent [source = javafx.stage.Stage@17e40e38, target = javafx.stage.Stage@17e40e38, eventType = WINDOW_SHOWING, consumed =...
https://bugs.openjdk.java.net/browse/JDK-8211038 ``` fadein fadein( , % ) ``` The fadein function takes a color and computes a more opaque version of that color. The second parameter is the opacity, ranging...