From 60554e84f3ec7a196e7da499637e15e31232fb7e Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 15:32:58 +0200 Subject: [PATCH] Updated repo location. updated Windows description to use native icons --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e144296..05ca5e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Professional, cross-platform **SystemTray** support for *Swing/AWT*, *GtkStatusI This library provides **OS Native** menus and **Swing/AWT** menus, depending on the OS and Desktop Environment and if AutoDetect (the default) is enabled. - - Linux/Unix will automatically choose *Native* (*GtkStatusIcon*, and *AppIndicator*) menus, Windows will choose *Swing*, and MacOS will choose *AWT*. + - Linux/Unix will automatically choose *Native* (*GtkStatusIcon*, and *AppIndicator*) menus, Windows will choose *Native* (with Swing menus), and MacOS will choose *AWT*. - Please note that the *Native* and *AWT* menus follow the specified look and feel of that OS and are limited by what is supported on the OS. Consequently they are not consistent across all platforms and environments. @@ -298,9 +298,8 @@ dependencies { Or if you don't want to use Maven, you can access the latest files and source-code directly from here: https://git.dorkbox.com/dorkbox/SystemTray/releases -https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray/ -https://oss.sonatype.org/content/repositories/releases/com/dorkbox/ShellExecutor/ - +https://repo1.maven.org/maven2/com/dorkbox/SystemTray/ +https://repo1.maven.org/maven2/com/dorkbox/ShellExecutor/ https://repo1.maven.org/maven2/net/java/dev/jna/jna/