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

Added new DNA shapes to DNAShape tools addressing issue #152 #179

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

benjaminbeer256
Copy link
Contributor

The scripts are fully functional and accurate; however, using the GUI sporadically throws the following exception:

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
    at java.desktop/javax.swing.plaf.basic.BasicTabbedPaneUI.paintTabArea(BasicTabbedPaneUI.java:941)
    at `java.desktop/javax.swing.plaf.basic.BasicTabbedPaneUI.paint(BasicTabbedPaneUI.java:904)

I’m unsure why this happens, and the stack trace doesn't point to a Script Manager file. The exception doesn't cause the application to crash, and it only shows up in the terminal.

I’ll leave this as a draft pull request until it's resolved.

@benjaminbeer256
Copy link
Contributor Author

Addressed the "AWT-EventQueue-0" exception with the SwingUtilities.invokeLater(Runnable doRun) method to make tasks execute sequentially

@benjaminbeer256 benjaminbeer256 marked this pull request as ready for review November 12, 2024 14:33
@benjaminbeer256 benjaminbeer256 changed the title Added new DNA shapes to DNAShape tools Added new DNA shapes to DNAShape tools addressing issue #152 Nov 12, 2024
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

Successfully merging this pull request may close these issues.

1 participant