compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #45493
[Bug 1138517] Re: Latest compiz update breaks Java Swing decorations
It is reproduceable with any Java application that uses Swing or AWT
(for example jEdit from the Ubuntu repositories).
Example of the simplest one:
import javax.swing.*;
public class SwingWindowTest {
public static void main(String[] args) {
JFrame frame = new JFrame("Hello World");
frame.setSize(320, 240);
frame.show();
}
}
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1138517
Title:
Latest compiz update breaks Java Swing decorations
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1138517/+subscriptions
References