flexdock icon indicating copy to clipboard operation
flexdock copied to clipboard

There is no display button

Open obill123 opened this issue 1 year ago • 3 comments

I tried to incorporate it into my project, but it didn't work View view = new View(id, text); view.addAction(CLOSE_ACTION); view.addAction(PIN_ACTION); There is no display button Thanks

obill123 avatar Jan 26 '24 09:01 obill123

this project isn't maintained. you will probably need to investigate yourself, sorry!

sylvestre avatar Jan 26 '24 09:01 sylvestre

If you want a modern maintained Java Swing docking framework, check out Modern Docking. I've been building the framework the last few years and it has several active users (myself included). I used to use flexdock myself, so Modern Docking has a similar feel but much simpler.

https://github.com/andrewauclair/ModernDocking

andrewauclair avatar Jan 26 '24 13:01 andrewauclair

help me a lot.thank you very much

obill123 avatar Jan 29 '24 01:01 obill123