From 1d17e5cb2aa4e9421a54c2842c8a3c76a68fec90 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 19 Aug 2015 16:06:30 +0200 Subject: [PATCH] Updated readme info Added missing dep jars --- README.md | 4 ++-- SystemTray.iml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e4565..1ca0309 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ There are a number of problems on Linux with the Swing (and SWT) system-tray ico 1. Swing system-tray icons on linux **do not** support transparent backgrounds (they have a white background) 2. Swing/SWT **do not** support app-indicators, which are necessary on more recent versions of linux 3. Swing popup menus look like crap - - system-tray icons use a JMenuPopup, which looks nicer than the java 'regular' one. - - app-indicators use native popups. + - swing-based system-tray uses a JMenuPopup, which looks nicer than the java 'regular' one. + - app-indicators use native popups (a system limitation). This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+ diff --git a/SystemTray.iml b/SystemTray.iml index a0b9345..c21d497 100644 --- a/SystemTray.iml +++ b/SystemTray.iml @@ -14,6 +14,9 @@ + + +