When you invoke drag n drop (e.g. drop a new extension on to the Main window), then the book ref gets stuck as AccountPanel is referred to by TransferHandler… or something..?
name in com.infinitekind.moneydance.model.AccountBook#1
book in com.moneydance.apps.md.view.gui.AccountPanel#1
component in javax.swing.TransferHandler$ TransferSupport#1
support in javax.swing. TransferHandler$ DropHandler#1
dtListener in javax.swing. TransferHandler$ Swing Drop Target# 1 [GC root - JNI global]
It seems to be a static reference in SwingDropTarget
The last drag n drop holds the ref.
If you drag and drop in the open dataset, it releases the old dataset…
When you invoke drag n drop (e.g. drop a new extension on to the Main window), then the book ref gets stuck as AccountPanel is referred to by TransferHandler… or something..?
It seems to be a static reference in SwingDropTarget
The last drag n drop holds the ref.
If you drag and drop in the open dataset, it releases the old dataset…