-
Appindicatoe perhaps?
-
I am not sure if this is intended behavior, but whenever I have a Widget.Box with some spacing set between its children, the children which are not visible affect the spacing
So, for instance
```t…
-
I have two Monitors and I want to add a second Pannel to the second Monitor. Is this possible?
-
I have an javaFX (java 11) application which needs to send notifications to the user and stay in the tray, but i'm unable to combine both libraries.
I receive the following error:
`
java.lang.…
-
On linux there is immediatelly an exception when starting the program:
Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: The system tray is not supported on the curren…
-
When I create the tray icon on mac in retrive this stack trace:
`Exception in thread "AWT-EventQueue-0" java.lang.LinkageError: loader 'bootstrap' attempted duplicate class definition for java.awt.…
-
![image](https://user-images.githubusercontent.com/15089304/131339383-2f459aea-2fd1-41fb-b3ab-c03a89a04cf1.png)
Java 11.0.11 (64 bit)
Ubuntu
/usr/lib/jvm/java-11-openjdk-amd64
SWT v494…
-
I'm writing a gentoo ebuild for this because the one in the xira repo is broken.
The official PKGBUILD has the following dependencies.
makedepends=('meson' 'npm')
depends=('glib2' 'libpulse' 'g…
-
**Is your feature request related to a problem? Please describe.**
I can't use toshy on my openSUSE install since I decided to go with KDE3 as my desktop environment. Yes, it's still supported and ma…
-
java.awt.PopupMenu are not rendered correctly. They are often squished (not enough room for text) or sometimes the wrong font.
Sample code:
```
import java.awt.*;
import java.awt.event.*;
…