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

Paint performance #111

Closed
vlsi opened this issue Mar 22, 2020 · 2 comments
Closed

Paint performance #111

vlsi opened this issue Mar 22, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@vlsi
Copy link
Contributor

vlsi commented Mar 22, 2020

Test:

  1. Launch JMeter
  2. Create "thread group" element
  3. Try resizing the splitter between the tree and the thread group configuration

The resizing is not fluent.
With Metal, Nimbus, etc the resizing is much more responsive.

It is not very annoying, but it is noticeable.

@weisJ weisJ added the enhancement New feature or request label Mar 22, 2020
@weisJ
Copy link
Owner

weisJ commented Mar 22, 2020

I’ll have to look into what may cause this issue but I fear this could be a bigger task of optimising the painting of each component.

Especially there might be some semi paint loops going on (i.e. repaint gets called a lot during resizing/layout.)

@weisJ
Copy link
Owner

weisJ commented May 25, 2020

Closing in favor of #161.

@weisJ weisJ closed this as completed May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants