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

_______________________________________________
Mailing list: https://launchpad.net/~compiz
Post to     : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp

Reply via email to