You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.io.NotSerializableException: com.github.weisj.darklaf.ui.tabframe.TabFrameTransferHandler$TabTransferable$TabTransferData
at java.base/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1193)
at java.base/java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:353)
at java.desktop/sun.awt.datatransfer.DataTransferer.convertObjectToBytes(DataTransferer.java:979)
at java.desktop/sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:964)
at java.desktop/sun.awt.datatransfer.DataTransferer$2.run(DataTransferer.java:1880)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
To Reproduce
Happens when dragging a JTabFrame tab to another location.
Additional Information:
OS: Manjaro
Darklaf Version: 2.6.1
The text was updated successfully, but these errors were encountered:
Thanks for the info. I'll investigate how to rule out the desktop as a drop target then. It really doesn't make much sense to drop a UI component on the desktop :D.
Describe the bug
To Reproduce
Happens when dragging a JTabFrame tab to another location.
Additional Information:
The text was updated successfully, but these errors were encountered: