Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Adding "select/deselect all" checkbox #89

Merged
merged 3 commits into from
May 2, 2016

Conversation

siempredelao
Copy link
Contributor

Adding an option to select and deselect all views. This behaviour is particularly useful when the amount of views is big and we only need to inject few of them.

@siempredelao
Copy link
Contributor Author

@TomasKypta any feedback would be appreciated 😄


public EntryHeader() {
mAllCheck = new JCheckBox();
mAllCheck.setPreferredSize(new Dimension(20, 26));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong dimension, the checkbox is cut off. Please set the same value as for entries' checkboxes (40, 26).

@TomasKypta
Copy link
Contributor

Hi, I found only few form size and codestyle bugs.
Otherwise the code is fine.
Could you please fix those few things?

@siempredelao
Copy link
Contributor Author

Sure, I'll do it as soon as possible. 😄

@siempredelao
Copy link
Contributor Author

Hi @TomasKypta please, take a look again, I have applied your comments 😉

@TomasKypta TomasKypta merged commit 1be58bd into avast:master May 2, 2016
@TomasKypta
Copy link
Contributor

Merged. Thank you for your contribution.

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

Successfully merging this pull request may close these issues.

2 participants