History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-5369
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Alexey Efimov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

UI designer not support JDK 1.3 code

Created: 31 Mar 06 15:40   Updated: 14 Apr 06 16:00
Component/s: GUI Designer
Fix Version/s: Demetra 5231

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,201
Fixed in build: 5,232


 Description  « Hide
Exception occurred during event dispatching:
java.lang.AbstractMethodError: com/intellij/uiDesigner/core/AbstractLayout.minimumLayoutSize
at java.awt.Container.invalidate(Container.java:696)
at java.awt.Component.addNotify(Component.java:4031)
at java.awt.Container.addNotify(Container.java:1567)
at javax.swing.JComponent.addNotify(JComponent.java:3495)
at java.awt.Container.addNotify(Container.java:1574)
at javax.swing.JComponent.addNotify(JComponent.java:3495)
at java.awt.Container.addImpl(Container.java:369)
at javax.swing.JTabbedPane.insertTab(JTabbedPane.java:440)
at javax.swing.JTabbedPane.addTab(JTabbedPane.java:507)

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 03 Apr 06 21:29
How can this be reproduced?

Alexey Efimov - 03 Apr 06 21:57
Just create GUI form in JDK1.3 project, compile and run it.