flexdock
flexdock copied to clipboard
There is no display button
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
this project isn't maintained. you will probably need to investigate yourself, sorry!
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
help me a lot.thank you very much