how to move a panel over its parnet's component?

Dear allwho could you give me some suggestion or example code to show how to move a JPanel over its parent's component?thank you so much.with regards
[178 byte] By [dashana] at [2007-10-3 9:28:06]
# 1
if a JPanel is "it's parent's component"are you asking how to move it over itself?
Michael_Dunna at 2007-7-15 4:42:27 > top of Java-index,Desktop,Core GUI APIs...
# 2
Dear all who could you give me some suggestion or example code to show how to move a JPanel over its parent? thank you so much. with regards
dashana at 2007-7-15 4:42:27 > top of Java-index,Desktop,Core GUI APIs...
# 3
can you explain a bit better what it is you're trying to do.are you trying to drag/move a panel into different locations of its parent?(similar to JInternalFrame/JDesktopPane)
Michael_Dunna at 2007-7-15 4:42:27 > top of Java-index,Desktop,Core GUI APIs...
# 4
actually , i wanna develop a workflow editor basd-on java. I have defined each node of the workflow by inheritanted from JPanel. But I want to know how to move each node of workflow over the editor canvas as parent of each node. i think that is pretty much you need to know. thank u
dashana at 2007-7-15 4:42:27 > top of Java-index,Desktop,Core GUI APIs...