I have an application that I recently upgraded to use the ULC08 libraries. Everything works fine if I run the application under Java 1.5. However things are not working properly under some java 1.6 versions. If I run my application under Java 1.6.0_03 then everything works properly. If I use 1.6.0_11 then I get the following error when my application runs. I have attached a simple application that duplicates this behavior. Your assistance on this is appreciated.
Exception in thread "AWT-EventQueue-1"
com.ulcjava.base.shared.internal.IllegalArgumentException: invalid corner
key
at com.ulcjava.base.client.UIScrollPane$BasicScrollPane.setCorner(
UIScrollPane.java:14)
at javax.swing.JTable.configureEnclosingScrollPaneUI(
JTable.java:768)
at javax.swing.JTable.configureEnclosingScrollPane(JTable.java:714
)
at javax.swing.JTable.addNotify(JTable.java:683)
at java.awt.Container.addNotify(Container.java:2560)
at javax.swing.JComponent.addNotify(JComponent.java:4683)
at java.awt.Container.addNotify(Container.java:2560)
at javax.swing.JComponent.addNotify(JComponent.java:4683)
at java.awt.Container.addNotify(Container.java:2560)
at javax.swing.JComponent.addNotify(JComponent.java:4683)
at java.awt.Container.addNotify(Container.java:2560)
at javax.swing.JComponent.addNotify(JComponent.java:4683)
at java.awt.Container.addNotify(Container.java:2560)
at javax.swing.JComponent.addNotify(JComponent.java:4683)
at java.awt.Container.addNotify(Container.java:2560)
at javax.swing.JComponent.addNotify(JComponent.java:4683)
at javax.swing.JRootPane.addNotify(JRootPane.java:735)
at java.awt.Container.addNotify(Container.java:2560)
at java.awt.Window.addNotify(Window.java:645)
at java.awt.Dialog.addNotify(Dialog.java:748)
at java.awt.Dialog.conditionalShow(Dialog.java:892)
at java.awt.Dialog.show(Dialog.java:1020)
at java.awt.Component.show(Component.java:1447)
at java.awt.Component.setVisible(Component.java:1400)
at java.awt.Window.setVisible(Window.java:824)
at java.awt.Dialog.setVisible(Dialog.java:987)
at com.ulcjava.base.client.UIDialog$BasicDialog.access$001(
UIDialog.java:9)
at com.ulcjava.base.client.UIDialog$1.run(UIDialog$1.java)
at java.awt.event.InvocationEvent.dispatch(
InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.ulcjava.base.client.FilteringEventQueue.dispatchEvent(
FilteringEventQueue.java:19)
at java.awt.EventDispatchThread.pumpOneEventForFilters(
EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(
EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(
EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(
EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(
EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Brandon Broschinsky
Tomax Corporation
http://www.tomax.com
CONFIDENTIALITY NOTICE: This message and any attachment(s) are solely for the
use of the intended recipient(s) identified above and may contain information
that is proprietary, privileged, or confidential. If you are not an intended
recipient, you may not review, retransmit, or otherwise use this message or any
attachment. If you have received this message in error, please immediately
notify the sender by reply e-mail and delete this message.
TestTable.java
Description: Binary data
