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

[Substance] Slow response for column selection on massive-data JTable #207

Closed
goodwilling opened this issue Oct 25, 2019 · 2 comments
Closed
Assignees
Labels
3.0 - Diamond Release 3.0 - 2020.H1

Comments

@goodwilling
Copy link

Version of Radiance (current development is 3.0-SNAPSHOT): 2.0

Sub-project (Neon, Trident, Substance, Flamingo, ...): Substance

Version of Java (current minimum is 9): 8

Version of OS: Windows, Linux, (not tested on MacOS)

The issue you're experiencing (expected vs actual, screenshot, stack trace etc)

The mouse response becomes very slow when switching between columns of a JTable that has more than 50000 rows. The response is normal if using the Windows or metal look and feel.

@kirill-grouchnikov
Copy link
Owner

I can't reproduce this in the test app. SubstanceTableUI has special case for large tables - when there's more than 500 cells, all animations are disabled.

Would it be possible to get a small, standalone and complete class that reproduces what you're seeing under the latest 3.0-SNAPSHOT?

@kirill-grouchnikov
Copy link
Owner

Missed the column selection part. I see that it is indeed slow.

@kirill-grouchnikov kirill-grouchnikov changed the title slow response for massive-data JTable [Substance] Slow response for column selection on massive-data JTable Oct 25, 2019
@kirill-grouchnikov kirill-grouchnikov self-assigned this Oct 25, 2019
@kirill-grouchnikov kirill-grouchnikov added the 3.0 - Diamond Release 3.0 - 2020.H1 label Oct 25, 2019
kirill-grouchnikov added a commit that referenced this issue Oct 30, 2019
* Don't crash Substance demo under other look-and-feels - #205
* Fix icon offset position in file chooser dropdown - #206
* Disable column rollover animations in tables with lots of data - #207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 - Diamond Release 3.0 - 2020.H1
Projects
None yet
Development

No branches or pull requests

2 participants