I’m looking for an external API (or internal) that gives me the ability to make movable JPanels or widget like JPanels. What I mean by this is, for example, clicking the JPanel and moving it around to the desired location in the frame. Is this possible in Java? I have seen this but I don’t think it is what I am looking for.
Thanks for taking the time to answer my question.
How to Use Internal Frames should give you some ideas. It’s built into Swing.