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 Ubuntu
Bugs, which is subscribed to 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
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs