fx-guice icon indicating copy to clipboard operation
fx-guice copied to clipboard

Google Guice integration for FXML-based JavaFX applications

Results 8 fx-guice issues
Sort by recently updated
recently updated
newest added

Looks like you're not using any error-checking in your Java build. This pull requests adds a static analysis tool, [Error Prone](http://errorprone.info), created by Google to find common errors in Java...

Not sure it matters, since this looks like a dead and abandoned project (no activity in over 3 years), but for what it's worth ... The class ```PersistentPropertyBinder``` is not...

I'm having trouble understanding the difference between these two annotations and when to use one or the other. Could someone elaborate? I'd be happy to add something to the readme...

Hi headcr4sh, I'm using fx-guice for a day now. I found it easy to set up but I stumbled upon a behavior I'm not sure I fully understand so far...

Is ControllerLookup still a relevant feature? As fx-guice is now targeting JavaFX8, and thus supports all features introduced in JavaFX2.2, it also supports getting access to child-controllers as follows: ```...

bug
enhancement

Hello, I have been trying to get your example code for the FXML howto working on the wiki. The first problem I see is this: Parent root = fxmlloader.load(getClass().getResource("/fxml/Scene.fxml")); It...