|
Relates :
|
This should be a documented option.
new Hidden(resources, "-javafx") {
@Override
public boolean process(String opt, List<String> args) {
javafx = true;
return true;
}
},
|