[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27852] New: Bad dragging of decorated frames.
From: |
sven at physto dot se |
Subject: |
[Bug swing/27852] New: Bad dragging of decorated frames. |
Date: |
1 Jun 2006 06:37:23 -0000 |
The dragging of decorated frames is buggy and jumpy. Probably due to
MetalRootPaneUI.MetalTitlePane.mouseDragged not working the way it should be.
//Testcase
import javax.swing.*;
public class FrameDemo extends JFrame {
public FrameDemo(){
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setSize(200,200);
setVisible(true);
}
public static void main(String[] args){
JFrame.setDefaultLookAndFeelDecorated(true);
new FrameDemo();
}
}
--
Summary: Bad dragging of decorated frames.
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: swing
AssignedTo: roman at kennke dot org
ReportedBy: sven at physto dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27852
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug swing/27852] New: Bad dragging of decorated frames.,
sven at physto dot se <=