Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
53 stars 19 forks source link

Add a visual indication of what is being dragging #54

Open moirage opened 8 years ago

moirage commented 8 years ago

When dragging a micro or field, have the cursor icon of the object be more descriptive of what is being dragged, e.g., a semi-transparent label and don’t have it bounce back when you stop dragging.

moirage commented 7 years ago

This can easily be done with the the Dragboard setDragImage. You can get an image from a JavaFX node using the Node's snapshot method.

I won't make this change now while Kevin is changing the relevant files significantly.

Nava2 commented 7 years ago

Whoops, already fixed it too.