On Mon, 16 May 2022 20:53:45 GMT, Phil Race <p...@openjdk.org> wrote:
>> src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp line 73: >> >>> 71: jfieldID AwtTrayIcon::idID; >>> 72: jfieldID AwtTrayIcon::actionCommandID; >>> 73: jmethodID AwtTrayIcon::updateImageDpiID; >> >> I'd rather drop 'Dpi' from the name because the name of the Java method is >> `updateImage`. >> >> If you prefer, the C++ class method could also be changed to `UpdateImage`, >> dropping 'DPI'. > > yes, that's a good point on the naming Update PR with the suggested changes. ------------- PR: https://git.openjdk.java.net/jdk/pull/8441