... com.deitel.timetest
Module-dependency Graph
Figure 36.15 shows the Time1Test
app’s module-dependency graph indicating that:
the module named
com.deitel.timetest
readscom.deitel.timelibrary
and the standard modulejava.base
, andthe module named
com.deitel.timelibrary
reads the modulejava.base
.
To create this graph in NetBeans, we performed the following steps:
Created a
TimeLibrary
project containing thecom.deitel.timelibrary
package andcom.deitel.timelibrary
’smodule-info.java
file.Created a
TimeApp
project containing thecom.deitel.timetest
package ...
Get Java How to Program, Early Objects, 11th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.