January 2017
Intermediate to advanced
565 pages
13h 46m
English
There are situations when you are interacting with Java libraries, where you must send an instance of a specific Java class to some method; writing a class isn't the best option, you should rather create an instance that conforms to a contract expected by some framework on the fly. We have two options to do this:
Let's look at a minimal example:
(import '(javax.swing ...
Read now
Unlock full access