Claudio Rosati

Results 15 comments of Claudio Rosati

I understand. I hope to be able to contribute in some of my requests as soon as I'll have integrated Medusa on my application.

Here how MODERN will look like using all Color.DARKxxx colors. ![modern](https://cloud.githubusercontent.com/assets/10833922/22886315/8d4a86b0-f1fd-11e6-9784-82063bef11e6.png)

@HanSolo what do you think about this pull request?

I understand. My problems here is that all the gauges I allow in my product (a subset of the Medusa ones) must have the same properties, otherwise the final users...

I have the same problem when `FxToolkit.cleanupStages()` is called: ``` --- Exception in Async Thread --- java.lang.IllegalAccessError: class org.testfx.toolkit.impl.ToolkitServiceImpl (in unnamed module @0x518cdc84) cannot access class com.sun.javafx.application.ParametersImpl (in module javafx.graphics)...

It is something I’m trying to understand how to do with Maven: I’ve tried to add it as arg parameter inside the surfire plugin configuration without success. Tomorrow I’ll investigate...

So, following the hints found [here](https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9), I've added the following configuration to the `maven-surefire-plugin`: ```xml org.apache.maven.plugins maven-surefire-plugin 2.22.1 0 ``` and apparently it worked. The only problem is that now...

Instead of `ALL-UNNAMED` I should put `org.testfx` because this is the module needing the access. But in my `module-info` I don't require it because it's only used for tests (and...

Will Java 9 modules system supersede OSGI?