Updated readme info

Added missing dep jars
This commit is contained in:
nathan 2015-08-19 16:06:30 +02:00
parent 7d2cdf5b1a
commit 1d17e5cb2a
2 changed files with 5 additions and 2 deletions

View File

@ -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+

View File

@ -14,6 +14,9 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/.settings" />
<excludeFolder url="file://$MODULE_DIR$/dist" />
<excludeFolder url="file://$MODULE_DIR$/libs" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />