[Bug swing/17360] JScrollPane has incorrect size when JList with specified size is added to it

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #4 from abalkiss at redhat dot com 2005-10-26 15:23 --- This appears to be a problem with JScrollPane.getPreferredSize(), as the FlowLayout sets the size of the JScrollPane to its preferredSize, and then this is a bound for the layout in ScrollPaneLayout which then sets

[Bug swing/17360] JScrollPane has incorrect size when JList with specified size is added to it

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #5 from abalkiss at redhat dot com 2005-10-26 17:00 --- An even more specific test case shows that the problem is in ScrollPaneLayout's preferredLayoutSize method. ***TESTCASE*** import java.awt.*; import javax.swing.*; class Test { public static void main(String[] args

[Bug swing/17360] JScrollPane has incorrect size when JList with specified size is added to it

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #6 from abalkiss at redhat dot com 2005-10-26 19:15 --- Created an attachment (id=10064) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10064action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17360

[Bug swing/17360] JScrollPane has incorrect size when JList with specified size is added to it

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #7 from abalkiss at redhat dot com 2005-10-26 19:15 --- Fixed, patch attached. -- abalkiss at redhat dot com changed: What|Removed |Added Status

[Bug swing/17362] Scrollbars in JScrollPane appear only if the Container containing JScrollPane is revalidated

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #4 from abalkiss at redhat dot com 2005-10-26 19:16 --- This has gone backwards and is no longer fixed. -- abalkiss at redhat dot com changed: What|Removed |Added

[Bug swing/17362] Scrollbars in JScrollPane appear only if the Container containing JScrollPane is revalidated

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #5 from abalkiss at redhat dot com 2005-10-26 19:59 --- Created an attachment (id=10065) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10065action=view) patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17362

[Bug swing/17362] Scrollbars in JScrollPane appear only if the Container containing JScrollPane is revalidated

2005-10-26 Thread abalkiss at redhat dot com
--- Comment #6 from abalkiss at redhat dot com 2005-10-26 20:00 --- Fixed. -- abalkiss at redhat dot com changed: What|Removed |Added Status|REOPENED

[Bug swing/17362] Scrollbars in JScrollPane appear only if the Container containing JScrollPane is revalidated

2005-09-27 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-27 15:15 --- This has been fixed. -- What|Removed |Added Status|ASSIGNED

[Bug swing/16540] GlassPane intercepting of MouseEvents flaky.

2005-09-08 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-08 18:19 --- This has been fixed. -- What|Removed |Added Status|ASSIGNED

[Bug swing/19845] Swing ToolTipManager and getLocationOnScreen

2005-09-08 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-08 18:51 --- *** Bug 22830 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug swing/16540] GlassPane intercepting of MouseEvents flaky.

2005-09-06 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-06 20:52 --- The proposed patch is incorrect, changes should instead be made in JComponent. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16540

[Bug swing/16540] GlassPane intercepting of MouseEvents flaky.

2005-09-02 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-02 19:45 --- This bug appears to stem from the implementation method Container$LightweightDispatcher.acquireComponentForMouseEvent method. This is an undocumented implementation method so it will take me a while to fix

[Bug swing/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-09-01 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-01 18:27 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug swing/21444] Swing JList can't do multiple selection

2005-08-17 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-08-17 18:03 --- bug fixed, closed. -- What|Removed |Added Status|ASSIGNED

[Bug SWING/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 17:20 --- 1: removing the call to handleEvent() in BasicInternalFrameUI$GlassPaneDispatcher.mouseExited fixes the problem, but does it break something else? 2: after maximizing, you have to move the mouse to trigger

[Bug SWING/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:20 --- Created an attachment (id=9135) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9135action=view) proposed patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22151

[Bug SWING/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:21 --- Patch proposed, should be patched in classpath very shortly. -- What|Removed |Added

[Bug SWING/21444] Swing JList can't do multiple selection

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:23 --- I patched this in classpath, merge should fix it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21444

[Bug SWING/19860] Swing JOptionPane and multiline texts

2005-06-23 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:23 --- I patched this in classpath, merge should fix it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19860

[Bug SWING/22151] New: JInternalFrame causes OutOfMemory error when maximized.

2005-06-22 Thread abalkiss at redhat dot com
AssignedTo: abalkiss at redhat dot com ReportedBy: abalkiss at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22151

[Bug SWING/17360] JScrollPane has incorrect size when JList with specified size is added to it

2005-06-20 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-06-20 19:18 --- Problem may be with layout managers instead of JScrollPane. Run the test case from Additional Comment #1 and try changing the JFrame's layout manager to BoxLayout or GridLayout. The problem no longer surfaces