Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JXCollapsiblePane/TableLayout: ArrayIndexOutOfBoundsException: 1 >= 1 #439

Open
dominikl opened this issue Jun 4, 2024 · 0 comments
Open

Comments

@dominikl
Copy link
Member

dominikl commented Jun 4, 2024

QA 41686

java.lang.Exception: Abnormal termination due to an uncaught exception.
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
	at java.util.Vector.elementAt(Vector.java:479)
	at javax.swing.tree.VariableHeightLayoutCache.getNode(VariableHeightLayoutCache.java:994)
	at javax.swing.tree.VariableHeightLayoutCache.getMaxNodeWidth(VariableHeightLayoutCache.java:1007)
...
	at info.clearthought.layout.TableLayout.calculateLayoutSize(TableLayout.java:1458)
...
       at org.jdesktop.swingx.JXCollapsiblePane.getPreferredSize(JXCollapsiblePane.java:655)
...

Looks like a bug in JXCollapsiblePane or TableLayout. Not sure if it's possible to update these dependencies with a reasonable amount of work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant