All of the java class files are included in the repository. To run the program, place all of the files in same folder. Then run Window through the terminal by typing "java Window". By clicking the ...
We're seeing a NPE while using the Graphics2D api.. this code works in Hotspot but generates the NPE in Openj9: package test; import java.awt.Color; import java.awt.Font; import java.awt.Graphics2D; ...