Skip to content

Conversation

@java-pik
Copy link

Hi,

As mentioned in my previous issues #960 , I'd like to add an event that lets you know when a Windows user starts and finishes moving or resizing a window.

I've made the necessary changes to make this feature as lightweight as possible, while remaining consistent with the other existing features.

In the pull request, I did not include the new dll files.

Best regards

this.isMovingOrSizing = isMovingOrSizing;

if(oldValue != isMovingOrSizing){
fireStateChanged();
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this necessary?

}
}

public boolean isMovingOrSizing() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

How do you invoke this method?
Class FlatWindowsNativeWindowBorder is package private and there is no (public) way to get the instance.

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.

2 participants