--- old/modules/javafx.graphics/src/main/java/module-info.java 2017-01-09 17:08:01.000000000 +1300 +++ new/modules/javafx.graphics/src/main/java/module-info.java 2017-01-09 17:08:01.000000000 +1300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,13 @@ * questions. */ +/** + * This module defines the core scenegraph APIs for the JavaFX UI toolkit + * (such as layout containers, application lifecycle, shapes, + * transformations, canvas, input, painting, image handling, and effects), + * as well as APIs for animation, css, concurrency, geometry, printing, and + * windowing. + */ module javafx.graphics { requires transitive javafx.base;