You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: