Where can I find more about IDEA's docking panels?
Answered
Hi!
I'm building a tool in java swing with many panels. I'm looking for a docking panel system. One that I admire is in IDEA. Is it available as a maven import? What is it written in? I have all the questions.
Thank you!
Please sign in to leave a comment.
IntelliJ IDEA is written in Swing, but there is no easy way to reuse its docking system. You will have to use something else.
*shakes fist at sky* Whyyyyy....?!