posted 17 years ago
Dear Sir:
Based on your wonderful code, I create another programs, both DnDJLabelsRx.java
DnDJLabelsRxOuter.java;
here they are very similiar, but DnDJLabelsRx.java calls DnDJLabelsRxOuter.java,
here, I can see all setToolTipText available,
but I met a problem:
I can move label2, label3, label4; but I cannot freely move label1 unless I press any child label in label1.
I hope
[1].when I click any child label in label1, this child label pressed will be dragged and dropped but its parent JPanel/JLabel=label1 not move, all other its siblings keep unchanged.
[2].when I click any blank space in label1 instead any of child labels in label1, I can only freely move/drag and drop whole label1(ie JPanel inside) but I cannot move any of its child labels
so far I cannot do that, can guru help??
Really thanks
1. main program:
2. called program:
[ July 18, 2007: Message edited by: girl sunny ]