B4J Question Library naming convention ?

Daestrum

Expert
Licensed User
Longtime User
I am in the process of writing a library that exposes the FX data types, so instead of having to type
something like 'javafx....." in the initializeNewInstance, you can just write 'wrapper.newDouble()'.

Is there a preferred naming convention for the library?

final question - does B4J not recognize overloaded functions in a library?
 
Top