June 2017
Beginner
1296 pages
69h 23m
English
... com.deitel.timetest Module-dependency GraphFigure 36.15 shows the Time1Test app’s module-dependency graph indicating that:
the module named com.deitel.timetest reads com.deitel.timelibrary and the standard module java.base, and
the module named com.deitel.timelibrary reads the module java.base.
com.deitel.timetest module.
To create this graph in NetBeans, we performed the following steps:
Created a TimeLibrary project containing the com.deitel.timelibrary package and com.deitel.timelibrary’s module-info.java file.
Created a TimeApp project containing the com.deitel.timetest package ...