atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
653 stars 86 forks source link

Problem with resizing JDialog #105

Closed izemskov closed 4 years ago

izemskov commented 4 years ago

I try to use your MaterialDesign LookAndFeel in my project and I have a problem with resizing JDialog modal window. You can see this bug if change JFrame to JDialog in your example form and move mouse to right down corner. You don't see change mouse cursor to cursor for resizing. Also if you move mouse cursor to down edge of form you may see change cursor for resizing but resize don't work correctly. Please fix this bug and thank you for your work. It's very important to develop swing direction in Java

vincenzopalazzo commented 4 years ago

Hi @izemskov.

Thanks for using this l&f.

I know this bug and I'm working now to optimizing it, but the solution already existed with this PR.

If you use your app for simple cases and want to try the solution, you can compile this vincenzopalazzo/material-ui-swing/development. After the build, you should have a material-ui-swing-1.1.1_0.X-dev.

You can see the actual bug status inside this issue

I hope to help with your issue and also, I suggest you see inside this repository vincenzopalazzo/material-ui-swing. it contains the actual status of this l&f.

vincenzopalazzo commented 4 years ago

Fixed in material-ui-swing-1.1.1-rc1, look here https://github.com/vincenzopalazzo/material-ui-swing/releases

izemskov commented 4 years ago

It's really works! Thank you!

vincenzopalazzo commented 4 years ago

Hi @izemskov,

Happy to help :)